#footer {
	width: 100%;
	height: 110px;
	clear: both;
	padding: 0px;
	margin: 0 0 0 0;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
}

#footer_main {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	background-image: url(../images/footer_main_back.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#fnav {
	width: 470px;
	color:#FFFFFF;
	position:absolute;
	top:10px;
	left:0;
	overflow:hidden;
}

#fnav ul {
	margin:0 0 0 5px;
	padding:0;
}

#fnav ul li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
	list-style-type: none;
}

#fnav ul li a:link,
#fnav ul li a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

#fnav ul li a:hover{
	color: #70717F;
	text-decoration: underline;
}

#copyright {
	width: 1000px;
	height: 35px;
	text-align: right;
	margin:0 auto 0;
	line-height:32px;
	font-size:12px;
	color: #FFF;
	clear: both;
}
