html
{
   margin:0px;
   padding:0px;
   height:100%;
}

body
{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#7b7b7b;
	line-height:18px;
	margin:0px;
   	padding:0px;
   	height:100%;
}

a
{
	color:#0a86cc;
	text-decoration:none;
}

a:hover
{
	color:#333;
	text-decoration:none;
}

#main
{
	min-height:100%;
   	position:relative;
}

#logo
{
	position:relative;
	top:10px;
}

#banner
{
	position:relative;
	top:10px;
}

#content
{
	width:970px;
	position:relative;
	left:50%;
	margin-top:-20px;
	margin-left:-475px;
	padding:10px;
   	padding-bottom:101px;   /* Height of the footer */

}

#content hr
{
	width:968px;
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
	border:0px;
	position:relative;
	top:40px;
}

#content h1, #content h2
{
	color:#313131;
	font-size:11px;
	font-weight:bold;
}

#content .left
{
	width:260px;
	height:200px;
	text-align:left;
}

#content .center
{
	width:260px;
	height:200px;
	text-align:left;
	position:relative;
	left:380px;
	margin-top:-210px;
}

#content .right
{
	width:260px;
	height:200px;
	text-align:left;
	position:relative;
	left:710px;
	margin-top:-210px;
}

#footer
{
	background-image:url(../new_images/footer.jpg);
	height:91px;
	width:100%;
 	position:absolute;
   	bottom:0px;
}

#footer .content
{
	width:770px;
	text-align:left;
	position:relative;
	left:50%;
	margin-left:-475px;
	top:10px;
}

#footer .content2
{
	width:200px;
	text-align:right;
	position:relative;
	left:50%;
	margin-left:275px;
	top:-10px;
	color:#3b3b3b;
}

#footer a
{
	color:#3b3b3b;
	text-decoration:none;
}

#footer a:hover
{
	color:#0a86cc;
	text-decoration:none;
}

