body {
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #803F21;
}
#maindiv {
	width: 780px;
	padding: 10px;
	position: relative;
}
#leftnav {
	background-color: #EFB325;
	padding: 5px;
	width: 137px;
	border: 2px solid #D4742B;
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6E2A0B;
	background-image: url(/images/navback.gif);
	background-repeat: no-repeat;
	min-height: 650px;
}
* html #leftnav{
	height:650px;
}
#leftnav a {
	color: #6E2A0B;
	text-decoration: none;
}
#leftnav ul a {
	font-size: 14px;
	line-height: 18px;
	color: #6E2A0B;
	font-weight: bold;
	text-decoration: none;
}
#leftnav a:hover {
	text-decoration: underline;
}
#leftnav ul {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#centerwell {
	background-color: #E8D296;
	padding: 3px;
	width: 393px;
	border: 2px solid #6E2A0B;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #6E2A0B;
	min-height: 650px;
}
* html #centerwell{
	height:650px;
}
#centerwell a {
	color: #6E2A0B;
	text-decoration: none;
}
#centerwell a:hover {
	text-decoration: underline;
}
#rightsidediv {
	background-color: #E8D296;
	width: 196px;
	margin-left: 3px;
	border: 2px solid #D4742B;
	padding: 5px;
	min-height:500px;
	position:relative;
}
#centerwell h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #007066;
	width: 383px;
	border: 1px solid #6E2A0B;
	position: relative;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
* html #rightsidediv{
	height:500px;
}
#rightsidediv h1 {
	font-size: 16px;
	color: #D4742B;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
