@charset "UTF-8";
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #624524;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
	margin-bottom: 25px;
	margin-top: 10px;
	text-align: center;
}
#footer a:link {
	color: #624524;
	text-decoration: none;
}
#footer a:visited {
	color: #624524;
	text-decoration: none;
}
#footer a:hover {
	color: #929B67;
	text-decoration: underline;
}
