@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #663300;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
}
.clearfloat {
	line-height: 0px;
	clear: both;
	height: 0px;
}
#container #body p {
	margin-right: 5px;
	margin-left: 5px;
}


#container #top #Banner {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
