body
{
	margin: 0;
	padding: 20px 0;
	background: #ccc url(../images/viewport.gif);
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 83.33%;
	color: #444;
}

#wrapper {width: 896px; 	margin: 0 auto; padding:0; border:1px #555 solid; background: #f8f8f8}
#headercont
{
	margin: 0;
	width: 896px;
	height: 230px;
	background: #fff url(../images/header.jpg) no-repeat;
}

#header
{
	float: right;
	margin: 0;
	width: 800px;
	height: 230px;
}

img#claim
{
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	margin: 0 0 120px 0;
	border: none;
	}

*html img#claim {display: none}

#header img#logo 
{
	position: relative;
	top:0;
	left:400px;
	margin: 15px 15px 0 0; border: none;}

#menucont
{
	margin:54px 0 0 0;
	width: 800px;
	height: 19px;
	background:transparent;
}

#menu
{
	margin: 0;
	width: 800px;
	height: 19px;
}

#maincont
{
	margin: 0;
	width: 896px;
	background: #f8f8f8 url(../images/tree.jpg) bottom left no-repeat;
	line-height: 160%;
	min-height:620px; height: auto !important;
}

*html #maincont { height:620px !important; }

#main
{
	float:right;
	width: 646px;
	padding: 20px 20px 15px 30px;
	background: #fff;
	overflow: visible;
}

.clear{clear:both;}

.textblock
{
	background: #f8f8f8;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 12px;
}

.textblock img
{
	float: left;
	position: relative;
	background: #fff;
	padding: 7px;
	margin: 0 12px 12px -170px;
	border: 1px solid #5a9a02;
	}
	
.textblock img.nomargin
{
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
	}
	

.text{width: 490px; float: right}

#main h1, h2, h3, h4, h5
{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 200%;
	color: #599900;
	letter-spacing: -2px;
	font-weight: normal;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main a
{
	color: #599900;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#main li {list-style-type: square}

#main table {border-collapse:collapse; }
#main table td {border: 1px solid #ccc; padding: 5px}
#main table.noborder td {border: none}
