/*************************************************/
/* 		FOOTER							 	 */
/*************************************************/
#footer{
	float: left;
	text-align: center;
	width: 723px;
	margin: 26px auto 5 auto;
	font-size: 10px;
	color: #333;
}
#footer ul{
	display: inline;
}
#footer ul li{
	list-style: none;
	display: inline;
	padding-right: 3px;
}
#footer ul li.last{
	list-style: none;
	display: inline;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}
#footer a{color: #666;}
#footer a: link{}
#footer a: visited{}
#footer a: active{}
#footer a:hover{color: #c00;}
#footer p.legal{
	font-size: 10px;
	position: relative;
	padding: 7px 0 8px 0;
	margin-top: 12px;
	margin-bottom: 1px;
	background-color: #E9E9E9;
}


