
/* ============== FOOTER STYLES ================= */
#footer_container {
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer a { color: #CC9900; text-decoration: none;}
#footer a:hover { color: #CC9900; text-decoration: none; }
#footer { 
width: 955px; 
margin: 0 auto; 
text-align: left; 
padding-top: 11px;
height: 100%; }

