* { margin: 0; padding: 0; border: none; }



BODY {
	color: #179d30;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
		//background-color: #d3e9cb;	
}

a:link {
	color: #179d30;
	text-decoration: underline;	
}
a:hover {
	color: #309d17;
}
a:visited {
	color: #179d30;	
}

div#adtext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background-color: #d43030;
	border-bottom: 2px #c5c5c5 solid;	
}
div#adtext P {
	text-transform: uppercase;
	color: #fff;
	line-height: 42px;
	text-align: center;
	white-space: nowrap;	
}

div#site_container {
	width: 1060px;
	height: 560px;
	position: absolute;
	top:80px;
	left: 50%;
	margin-left: -530px;
	margin-top: 0px;
	background-color: #fff;
}

div#illustration {
	width: 489px;
	height: 558px;
	position: absolute;
	left: 0;
	top:0;	
}
div#content {
	width: 510px;
	height: 388px;
	margin-top: 156px;
	position: absolute;
	right: 30px;
	top: 0;	
	
}
div#content NAV {
	width: 100%;
	height: 27px;
	margin-bottom:25px;
	border-bottom: 2px solid #179d30;
}

div#content SECTION#text {
	width: 100%;
	height: 388px;
}
SECTION#text H1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 25px;	
}
SECTION#text P {
	font-size: 18px;
	margin-bottom: 1em;	
}
SECTION#text TABLE P {
	line-height: 1.6em;		
}
SECTION#text TABLE TD {
	vertical-align: top;	
}

NAV UL LI {
	display: inline-block;
	margin-right: 70px;
	font-size: 20px;
}
NAV UL LI a:link {
	text-decoration: none;	
}

