/* --------------- footer -------------- */

#main #footer{ 
	float:left;
	border-top: 2px solid #5f4332; 
	background:url("../images/bg-footer.gif") repeat-x; 
	height: 25px; 
	font-size: 11px;
	margin: 20px 0 0 0;
	padding: 6px 2px 0 5px;
}
#footer .footer_left { float: left; width: 350px; }
#footer .footer_left a{ font-weight: bold; text-decoration: none; color: #000; }
#footer .footer_left a:hover{ text-decoration: underline; }

#footer .footer_right { float: left; text-align: right;  width: 590px; }
#footer .footer_right a{ text-decoration: none; color: #000; padding: 0 10px 0 10px; }
#footer .footer_right a:hover{ text-decoration: underline; }