html body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:14pt;
	margin:0;
	background-color:#333333;
}
html body a {
	color:#FFFFFF;
	font-weight:700;
}
#thebody{
	width:785px;
	margin-left:auto;
	margin-right:auto;
}
#outerwrapper{
	float:left;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}
#logo{
	width:553px;
	height:164px;
	float:left;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#ECD6AF;
}
#logo p{
	margin-top:50px;
	padding-right:10px;
	text-align:right;
	font-size:9pt;
	font-weight:700;
	color:#04422F;
}
#rightimgs{
	width:232px;
	height:697px;
	float:right;
	background-image:url(../images/right-imgs.gif);
	background-repeat:no-repeat;
}
#themenu{
	width:553px;
	height:21px;
	background-image:url(../images/menu-bg.gif);
	background-repeat:no-repeat;
	float:left;
}
#scriptmenu{
	width:553px;
	height:21px;
	margin-left:85px;
	padding:0;
	float:left;
	text-align:center;
}
#contentwrapper{
	width:553px;
	float:left;
	background-image:url(../images/drawings.gif);
}
#contentcolor{
	width:553px;
	float:left;
}
#maincontent{
	width:500px;
	padding-left:35px;
	float:left;
	color:#FFFFFF;
}
#maincontent h1, h2, h3{
	font-family:Book Antiqua;
}
#footer{
	width:785px;
	height:65px;
	float:left;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-y;
	text-align:center;
	color:#ECD6AF;
}
#footer h3{
	font-family:Book Antiqua;
}
.nomargins{
	margin:0;
}
