#footer {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer_text {
	color: #666;
    text-align:center;
    line-height:1.2;
    font-size: 10px;
}
#footer_text a {
	color: #333;
}
#footer_text a:hover {
	color: #C72522;
}
#footer_logo {
	float: right;
	height: 55px;
	width: 286px;
	background-image: url(images/footer/footer_logos.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer_clearer {
	clear: both;
	float: none;
}

