body {
	font-family: font-family: "Arial", Trebuchet, Lucida sans, sans-serif;
	font-size: 14px;
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #039348;
}
a:hover {
	color: #36B1B2;
}


#header {
	height: 200px;
	width: 962px;
	background-image: url(header_lrg.jpg);
	background-color: #7a582b;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 5px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FEF874;
	text-decoration: none;
}

#nav {
	font-size: 22px;
	background-color: #7a582b;
	height: 600px;
	width: 292px;
	color: #eddbb7;
	text-align: center;
	overflow: hidden;
	float: left;
	font-weight: bold;
}
#content {
	padding: 10px;
	height: 580px;
	width: 700px;
	background-color: #caa163;
	overflow: auto;
	float: right;
}
#footer {
	font-size: 15px;
	color: #FFFFFF;
	height: auto;
	width: 1002px;
	background: #7a582b;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	clear: both;
	overflow: hidden;
}
#nav a {
	color: #EDDBB7;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 1012px;
	position: absolute;
	left: 100px;
	top: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #2A1B0A;
}

