
#footerblank
	{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	}
#footer
	{
	
	float:none;
padding:10px 25px 0 25px;
width:940px;
margin:0px auto;
background:url(img/headerFooter.png) no-repeat 50px 10px #FFFFFF;
border-left:#333333 groove 6px;
	border-right:#333333 solid 6px;
	height:45px;
	text-align:center;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#999999;
	}
#footer a
	{
	color: #666666;
	text-decoration:none;
	}

#footer a:hover
	{
	font-family:Arial;
	font-weight:normal;
	color: #cc0000;
	text-decoration: underline;
	}
#footer .copyrights
	{
	float:left;
	margin:23px 0 0 0;
	width:940px;
	font-family:Arial;
	font-weight:normal;
	font-size:9px;
	color: #ffffff;
	text-align:center;
	}

