@charset "utf-8";
/* CSS Document */

#footer {
clear: both;
	top:4px;
	width:940px;
	height:64px;
	position:relative;
	float:left;
	color:white;
	background-image:url(../images/footer.jpg);
}
#footer	#footernav {
		position:absolute;
		left:290px;
		top:15px;
		margin: 0;
		padding: 0;
		list-style: none;
	font-size:12px;
		}
	
#footer	#footernav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
#footer	#footernav a {
	float: left;
	display: block;
	text-decoration:underline;
	color: #d2dfe4;
	padding-right: 10px;
	padding-left: 10px;
		}
	
#footer	#footernav a:hover {
		color: #d2dfe4;
		}
#footer	#footernav a:visited {
		color: #d2dfe4;
		}

#footer	#footernav2 {
		position:absolute;
		left:130px;
		top:38px;
		margin: 0;
		padding: 0;
		list-style: none;
	font-size:10px;
		}
	
#footer	#footernav2 li { 
		float: left;
		margin: 0;
	padding-right: 8px;
	padding-left: 8px;
	color: #a6bfc9;
		}
	
#footer	#footernav2 a {
		margin: 0;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	color: #a6bfc9;
	float: left;
	text-decoration:underline;
		}
	
#footer	#footernav2 a:hover {
		color: #a6bfc9;
		}
#footer	#footernav2 a:visited {
		color: #a6bfc9;
		}
