@charset "utf-8";
/* CSS Document */

#footer_container
{
	margin:auto;
	text-align: center;
	width:955px;
	height:20px;
	background-color:#000;
	clear:both;
}

#footer_copy {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #bc8040;
	}
	
#footer_copy a {
	text-align:center;
	color: #bc8040;
	padding:8px;
	text-decoration: none;
	}
#footer_copy a:visited {
	text-decoration: none;
	color: #bc8040;
	}
#footer_copy a:hover {
	color: #ffcc33;
	}

