body {
	background: url(../images/trees1.jpg) no-repeat;
	width: auto;
	height: auto;
}

#container	{
	margin: 5px 0 0 55px;
	width: 800px;
	height: 600px;
}

#header	{
	background: url(../images/header.gif) no-repeat;
	width: 600px;
	height: 83px;
	border: thick solid #2d3203;
}
#header span	{
	text-indent: -5000px;
	display:none;
}
#main	{
	background: url(../images/bodybackground.gif) repeat-y fixed left center;
	font: bold 12pt/14pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px 30px 0 30px;
	margin: 10px 0 10px 20px;
	width: 500px;
	height: 300px;
	float:left;
	border: thick solid #2d3203;
}
#main a, a:link, a:visited {
	color: #444c02;
	border: none;
	text-decoration: none;
	font: bold 18pt/18pt "Lithos Pro", "Papyrus", Georgia;
}

#main a:hover, a:active {
	background-color:#333300;
	color: #fff;
	border: none;
	text-decoration: none;
	font: bold 18pt/18pt "Lithos Pro", "Papyrus", Georgia;
}

