/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer {
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff; 
	background-color:none;
}

#footer_text {
	position:relative;
	float:left;
	text-align:center;
	width:960px;
	background-color:#aa650d;
	color:#FFFFFF;
}
#footer_text p {
	margin:0px;
	color:#FFFFFF;
}
#footer_text a:link,
#footer_text a:visited,
#footer_text a:hover,
#footer_text a:active {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
}