body, html {

	background-image: url(/img/bkg.gif);

	background-repeat: repeat-x;

	background-position: top;

	background-color: #A2D93F;

	margin: 0;

	padding: 0 0;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

}



#page {

	background-image: url(/img/headimg.jpg);

	background-repeat: no-repeat;

	background-position: -175px 0px;

	height: 600px;

	width: 984px;

	margin: 0;

	padding: 0 0;

}



#head {

	background-image: url(/img/headpic.jpg);

	background-repeat: no-repeat;

	background-position: -175px 0px;

	height: 150px;

}



#head img {

	margin: 29px 0 0 390px;

}



#main {

	background-image: url(/img/pagebkg.gif);

	background-repeat: repeat-y;

	background-position: top left;

	margin: 0px 0 0px 112px;

	float: left;

	clear: both;

}



#nav {

	width: 233px;

	background-image: url(/img/leftbkg.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	float: left;

	clear: both;

}



#nav ul {

	margin: 150px 0 0 0;

	padding: 10px 5px 0 0px;

}



#nav ul li {

	color: #4C0010;

	font-weight: bold;

	list-style: none;

	background-image: url(/img/navleft.gif);

	background-position: left top;

	background-repeat: no-repeat;

	padding: 0px 3px 5px 40px;

	margin: 10px 0 10px 0;

	line-height: 35px;

}



#nav ul li a {

	color: #4C0010;

	text-decoration: none;

}



#nav ul li ul {

	margin: 0;

	padding: 0 0;

}



#nav ul li ul li {

	background-image: none;

	margin: 0;

	padding: 0 0 0 15px;

	font-weight: normal;

}





#content {

	width: 585px;
	margin: 0;

	padding: 20px;

	float: left;

	line-height: 150%;

}



#content h1 {

	font-size: 22px;

	color: #519800;

}



#content h2 {

	font-size: 18px;

	color: #000;

}



#content h3 {

	font-size: 16px;

	color: #C31332;

}



#content h4 {	

	color: #000;

	text-align: center;

}

#content a {
	color: #2A7DCE;
}



#main:after, #page:after, #nav:after, #footer:after, #content:after {

    clear:both;

    content:".";

    display:block;

    height:0;

    visibility:hidden;

}



/* Footer */

#footer {

	background-image: url(/img/ftbg.gif);

	background-position: left top;

	background-repeat: no-repeat;

	height: 190px;

	padding: 140px 0 0 0;

	margin: 0 auto 0 83px;
	
	text-align: center;

}

#footer ul {
	text-align: left;
	margin: 0 0 0 180px;
	padding: 0 0;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	color: #D94567;
	margin-left: 5px;
}

#footer ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

#footer ul li a:hover {
	text-decoration: underline;
}