﻿body
{
	font-size:medium;
	font-family:century gothic;
	text-align:center;
	width:100%;
	background-image:url(../images/backgroundpic.jpg);
	background-position:center;
	background-repeat:no-repeat;	
	min-height:468px;
	min-width:552px;
}

#mozBody
{
	/* CSS fix for centering on Mozilla */
	text-align: -moz-center;
}

#container
{
	/* change this value to decrease size of site 
	also have to change the width of the content IDs */
	width: 985px;
	height:855px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#content
{
	width:100%;
	height:350px;
	text-align:left;
	
	
}
#footer
{
	padding:5px;
	clear:both;
}

#content2
{
	width:900px;
	padding:5px;
	height:100%;
	background-color:white;
	float:left;
	border-bottom:1px solid #000;
}

.clear {
	clear:both
}
div.img
  {
  margin:0px;
  height:200px;
  width:auto;
  float:left;
  background-image: url('../images/gradient1.jpg');
  background-repeat: repeat-x; 
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:1px;
  border:1px solid #6b6b6b;
  }
div.img a:hover img
  {
  border:1px solid #6b6b6b;
  }
div.desc
  {
  text-align:center;
  font-family:"Eras Bold ITC";
  color:#e66202;
  font-size:15px;
  width:70px;
  margin:1px;
  }
.featuretext {
		font-family: "Century Gothic";
		color: #FFFFFF;
		font-size: 12px;
  }
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
.HeaderStyle
  {
  font-family: 'Eras Bold ITC'; 
  color: #323232; 
  font-size: 15px;
}

