
#footer {
    clear: both;
    margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	background-color: #eeeeee;
	font-size: 10px;
	color: #666666;
    border-top: 1px #cccccc solid;
}


.footer_text{
    width: 900px;
    padding: 0 50px;
    margin: 0 auto;
    }
    
    
#footer a, #footer a:hover {
	color: #666666;
	text-decoration: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}




