#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FCFAE8;
}
#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d5d3c4;
	border: 2px solid #333;
}
#header {
	height: 260px;
	width: 100%;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: #906;
	text-align: center;
	font-size: 18px;
	background-color: #500000;
}
#nav {
	height: 30px;
	width: auto;
	border-bottom-color: #906;
	border-bottom-style: groove;
	border-left-width: thick;
	background-color: #868477;
}
#footer {
	height: auto;
	width: 100%;
	border-top: 2;
	border-top-color: #906;
	border-top-style: solid;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #D5D3C4;
}
#base {
	height: auto;
	width: 100%;
	border-top-color: #906;
	border-top-style: solid;
	border-top: 2;
}
#body #container #footer {
	text-align: center;
}
.abase {
	color: #906;
	font-weight: bold;
}
.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ac2a06;
}
