@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	} 


body {
	background-color:#222222;
	}
h4 {
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	text-align:center;
}
h4 a {
		color:#70a44f;
	text-decoration:none;
}
	

#container {
	width:1045px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background-color: none;

}

#top {
	float:left;
	width:1045px;
	height:467px;
}
	
#mid {
	float:left;
	width:1045px;
	height:141px;
}

#footerwrap {
	float:left;
	width:1045px;
	padding-right:2px;
	padding-top:27px;
}

#footerleft {
	float:left;
	width:27px;
	height:36px;
	background-image:url(images/footerleft.jpg);
	background-repeat:no-repeat;
}
#footercenter {
	float:left;
	width:913px;
	height:36px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
}
#footerright {
	float:left;
	width:90px;
	height:36px;
	background-image:url(images/footerright.jpg);
	background-repeat:no-repeat;
}

#footernav {
	float:left;

	font: 67.5% Arial, Helvetica, sans-serif;
	color: #222222;
font-size: 11px;
text-align: left;
line-height: 1.3;
text-decoration:none;
font-weight:bold;
padding-top:10px;
padding-left:15px;
	
	
}
#footernav li {
	display:inline;
		margin: 0;
	padding: 0;
	padding-right:5px;
	
}

#footernav li a {
	color: #222222;
	margin-right:15px;
	text-decoration: none;
}
#footernav li a:hover {
	color: #c94c2f;

}




