@charset "UTF-8";

#footer {
	text-align: right;
	width: 750px;
	background-color: #D50000;
	margin-top: 10px;
	height: 22px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}
#footer .policy {
	font-size: 70%;
	color: #FFFFFF;
	float: left;
	list-style-type: none;
	padding: 8px 0px 0px 3px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.copyright {
	font-size: 65%;
	color: #FFFFFF;
	padding: 8px 3px 0px 0px;
}
