/********************************
		footer
********************************/
footer{
	background:url(image/footer_bg.gif) repeat-x center top #403f41;
	clear:both;
	color:#FFF;
	font-size:12px;
}
footer a:link,
footer a:visited{
	color:#AAA;
}
footer a:hover{
	color:#FFF;
	text-decoration:none;
}

#footer_back{
	width:166px;
	height:27px;
	float:right;
}
#footer_logo{
	width:343px;
	padding:20px 0 12px;
	float:left;
}
#footer_nav{
	width:480px;
	padding:27px 0 13px;
	float:right;
}
#footer_nav li{
	padding:0 0 0 4px;
	float:right;
	color:#888;
	font-size:10px;
}

#copy{
	padding:0 0 8px;
	color:#888;
	font-size:10px;
	text-align:right;
}