@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-color: #D8CB8D;
	height: 83px;
}
#wrapper #footer {
	color: #FFFFFF;
	height: 40px;
	clear: both;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	text-align: center;
	padding: 10px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav {
	width: 213px;
	float: left;
}
#wrapper #content {
	width: 577px;
	float: right;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right center;
}
#wrapper #nav_Body {
	background-color: #D8CB8D;
}
