@charset "utf-8";
/* CSS Document */
/*Footers*/
#footer { 
	font-size:			10px;
	text-align:			center;
	padding-bottom:		20px;
}

#footer a {
	font-weight:		bold;
	text-decoration:	none;
	color:				#990000;
}

#footer a:hover {
	text-decoration:	underline;
}

#footer hr {
	margin-top:			5px;
	margin-bottom:		5px;
	width:				880px;
	margin:				auto;
	color:				#ccc;
	height:				1px;
}

.footer_links {
	 width:    			900px;
	 margin:    		auto;
}

.footer_links ul {
	margin-left: 		auto;
    margin-right: 		auto;
} 

.footer_links li {
	display:			inline;
	list-style-type: 	none;
	font-size:			12px;
	padding-right:		5px;
}

.footer_links li a {
	text-decoration:	none;
	color:				#990000;
}

.footer_links li a:hover {
	text-decoration:	underline;
}


