body
{
	background-color: white;
}
h1
{
	display: none;
}
h2
{
	display: none;
}
table#main
{ 
	background-color: #465228;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
#leftnav
{
	background: url(../images/leftnav.jpg) no-repeat;
	width: 201px;
	height: 700px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.navbtn
{
	display: block;
	padding-left: 25px;
	position: absolute;
	z-index: 11;
}
.navbtn a img
{
	position: absolute;
	width: 213px;
	height: 118px;
	border: none;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.navbtn a:hover img
{
	opacity: 0.80;
	filter:alpha(opacity=80);
}
.navbtn a
{
	width: 213px;
	display: block;
	position: absolute;
	font: bold 16px "Times New Roman", Times;
	color: white;
	text-decoration: none;
}
.navbtn a:hover
{
	color: #465228;
}
