body {
	background-color: #C9A04B;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	color: #8A5E00;
	width: 630px;
}
.box {
	text-align: left;
}

#HuetText {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #996600;
	text-align: justify;
}
#mainWrapper {
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

#linkbox {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	color: #930;
	text-align: left;
}
.outLinks {
	color: #930;
	text-decoration: none;
}


#navcontainer {
	padding-top: 2px;
}


#navlist
{
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #927161;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #604A40;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	background: transparent;
	color: #930;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #927161;
	padding-bottom: 3px;
}

#navlist a:hover {
	color: #930;
}

#footerlist
{
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 20px;
	width: 650px;
	margin-top: 10px;
}

#footerlist ul, #footerlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#footerlist a:link, #footerlist a:visited
{
	float: left;
	line-height: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #604A40;
}

#footerlist a:link#current, #footerlist a:visited#current, #footerlist a:hover
{
	background: transparent;
	color: #930;
	padding-bottom: 3px;
}

#footerlist a:hover {
	color: #930;
}

