.footer {
	background-image: url(../site_images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	color: #FFFFFF;
	padding-top: 0px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
}
.footer_text {
	padding-top: 6px;
	width: 890px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.footer .footer_text A {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer .footer_text A:hover {
	text-decoration: none;
	color: #FF6600;
}
