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

#footer {
	width: 1000px;
	margin: 0px auto 0px;
	
}

#footer p,#footer p a {
	margin: 0;	
	text-align: center;
	color: #f1a010;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

#footer hr {
	clear:both;
	color: #FF8200;
	background-color: #c6600f;
	width: 1000px;
	border: 0;
	height: 1px;	
}
