body {
	background-color: #005837;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin: 0px;
}
#content {
	width: 761px;
	margin: 0px auto;
	text-align: left;
	border: 1px double #444;
	background-color: #fff;
	padding-bottom: 16px;
	background-image: url(mainbg.jpg);
	background-repeat: no-repeat;;
	background-position: center bottom;
}
h1 {
	width: 761px;
	height: 170px;
	margin: 0;
	background: url(header.jpg);
	text-indent: -9999px;
}
#menu {
	float: left;
	width: 761px;
	height: 23px;
	background: #005837;
	padding-bottom: 1px;
	background-image: url(menubg.jpg);
}
#menu a {
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 26px;
	line-height: 26px;
	float: left;
	width: 100px;
	margin-left: -3px;
}
#menu a:hover {
	background: #005837;
	color: #fff;
}
#right {
	width: 731px;
	padding-top: 5px;
	margin-left: 30px;
}
p {
	font-size: 12px;
	line-height: 180%;
	color: #111;
	margin-right: 15px;
}
h2 {
	color: #005837;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: Arial, sans-serif;
	margin: 20px 0px 10px 30px;
	border-bottom: 1px solid #fff;
	width: 716px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #005837;
	margin: 10px 0 0 0;
	text-indent: 5px;
	width: 130px;
	border-bottom: 1px solid #ddd;
}
h4 {
	color: #005837;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	margin-right: 200px;
	width: 420px;
}
ul {
	font-size: 12px;
	margin-left: 22px;
	line-height: 150%;
}
#side {
	float:right;
	width:110px;
	height:auto;
	padding-left:20px;
}
a {
	color: #005837;
	text-decoration: none;
}
