html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#site {
	z-index: 1;
	position: absolute;
	top: 0%; 
	left: 50%; 
	margin-top: 0px; 
	margin-left: -400px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 800px;
	height: 600px;
	text-align: center;
	background-image: url(../images/bkgd.gif);

}
.mainbox {
    width: 800px;
	height: 600px;
    background-image: url(../images/bkgd.gif);
	background-repeat:no-repeat;
}
#logohead {
	padding-top: 0px;
	width: 800px;
	position: relative;
	left: 0px;
}
#contentwrapper {
	position: absolute; /* Menu position that can be changed at will */
	z-index:100;
	left: 288px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 453px;
	height: 410px;

}
#titleimage {
	position: relative;
	padding: 0px;
	width: 453px;
	height: 127px;
}
#title {
	position: relative;
	padding: 0px;
	width: 453px;
	height: 65px;
}
#content {
	position: relative;
	padding: 0px;
	width: 445px;
	height: 218px;
	padding-left: 10px;
	text-align: left;
	line-height: 1.8em
}	
#menu {
	position: absolute; /* Menu position that can be changed at will */
	z-index:100;
	left: 56px;
	background-color: #b1d34b;
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 410px;
	background-image:url(../images/menu_bkgd.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 2.0em;
	padding-left: 0px;
	padding-top: 5px;
	font-weight: normal;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f6849;
	font-size: 0.8em;
	padding-left: 41px;
	font-style: italic;

}
#footer {
	position: absolute;
	top: 0%; 
	left: 50%; 
	margin-top: 610px; 
	margin-left: -400px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 800px;
	height: 50px;
	text-align: center;
	color:#8d8d8d;
	line-height: 1.8em;

}
