@charset "utf-8";
#footer {
	background-color: #292a56;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #DAD3C3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	line-height: 25px;
	height: 25px;
	width: 800px;
}
#footer a:link {
	color: #DAD3C3;
	text-decoration: none;
}
#footer a:visited {
	color: #DAD3C3;
}
#footer a:hover {
	color: #A7936E;
	text-decoration: underline;
}
