#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
body {
	background-color: #d7C18e;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 214px;
	width: 1024px;
}
#footer {
	width: 1024px;
	height: 60px;
	font-size: 14px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	bottom: auto;
	margin-top: -17px;
}
#content {
	font-size: 16px;
	color: #003300;
	background-image: url(images/content.gif);
	width: 985px;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat-y;
	line-height: 140%;
}
#nav {
	width: auto;
}

#navlist {
	margin:auto;
	text-align:center;
	width:100%;
	padding-left: 375px;
}

#navlist li {
	list-style: none;
}

#navlist li a {
	display:block;
	text-decoration: none;
	list-style: none;
	float:left;
	min-width:100px;
	text-align:center;
	background-color:#D6C38C;
	color:#633000;
	margin:3px;
	padding: 0.5em;
	border:1px solid #633000;
	margin-bottom:1px;
}

#navlist li a.current {
		border-bottom:1px solid #FFF;
		background-color:#FFF;
}

#navlist li a:hover {
	background-color:#003000;
	color: #D6C38C;
	border-top-color: #D6C38C;
	border-right-color: #D6C38C;
	border-bottom-color: #D6C38C;
	border-left-color: #D6C38C;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #003300;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
}
a {
	font-weight: bold;
	color: #030;
	text-decoration: none;
}

