html {
	margin:0px;
	padding:0px;
}

body {
	font-family:arial, sans-serif, helvetica;
	font-size:12px;
	color:#5e3f17;
	line-height:16px;
	margin:0px;
	padding:0px;
	background:url(images/main_bkg.gif) no-repeat top center #5e3f17;
} 

#container {
	width:100%;
	height:100%;
}

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:800px;
	height:67px;
	margin-top:20px;
	float:left;
}


#main1 {
	width:800px;
	float:left;
	background:url(images/body_bkg.gif) repeat-y;
}

#body {
	width:780px;
	float:left;
	margin-left:10px;
	background:#98bc86;
}

#body_alt {
	width:780px;
	float:left;
	margin-left:10px;
	background:#fff;
}

#nav {
	width:780px;
	float:left;
	padding-bottom:15px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	background:#fff;
}

#nav a:link { color:#5e3f17; text-decoration:none; }
#nav a:visited { color:#5e3f17; text-decoration:none; }
#nav a:hover { color:#5e3f17; text-decoration:none; }
#nav a:active { color:#5e3f17; text-decoration:none; }

#mainimage {
	width:780px;
	float:left;
	background:#fff;
}

#leftbox {
	width:360px;
	float:left;
	padding:30px;
	background:url(images/white_shadow.jpg) no-repeat #fff;
}

#rightbox {
	width:320px;
	float:right;
	padding:20px;
	background:#98bc86;
	color:#ffffff;
}

#subheader {
	width:780px;
	height:107px;
	float:left;
	vertical-align:bottom;
}

#content {
	width:740px;
	float:left;
	padding:20px;
}

#content h1 {
	font-size:24px;
	letter-spacing:2px;
	color:#2d9c47;
}

#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.datatable1 {
	width:375px;
	border-bottom:2px solid #5e3f17;
}

.datatable1 h3 {
	margin:0;
	padding:0;
}

.datatable1 td {
	border-bottom:1px solid #5e3f17;
}