*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #0d400d;
	color: #000000;
	font-size: 12px;
	font-family: "verdana";
}

img
{
	border: 0;
}

#header
{
	margin: 0 auto;
	width: 100%;
	height: 130px;
	text-align: center;
	background: #ffffff;
	border-top: 10px solid #0d400d;
}

#header img
{
	padding: 10px;
}

#menucontainer
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #ffffff;
}

#menu
{
	margin: 0 auto;
	width: 823px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: #2a6c2a;
	font-size: 11px;
	background: #c5e4c5;
	float: left;
}

#menu ul li a:hover
{
	color: #ffffff;
	background: #2a6c2a;
}

#body
{
	margin: 0 auto;
	font-size: 11px;
	width: 842px;
	color: #2a6c2a;
}

#content
{
	width: 820px;
	background: #c5e4c5;
	line-height: 20px;
	border-left: 1px solid #0d400d;
	border-right: 1px solid #0d400d;
	padding: 10px;
}

#content p
{
	margin-bottom: 10px;
}

#content a
{
	color: #0d400d;
}

#content h1, h2, h3, h4
{
	color: #2a6c2a;
	font-size: 16px;
	margin-bottom: 10px;
}

#contentleft
{
	float: left;
	width: 410px;
}

#contentright
{
	float: right;
	width: 410px;
}

#graphic
{
	margin: 0 auto;
	width: 840px;
	height: 220px;
	border: 1px solid #0d400d;
	background: url('../images/design_12.jpg');
}

#footer
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 840px;
	height: 40px;
	background: #2a6c2a;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 10px solid #0d400d;
	text-transform: capitalize;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

.right
{
	float: right;
	margin: 0px 0px 0px 10px;
}

.left
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.clear
{
	clear: both;
}

.gallery
{
	margin: 0px auto;
	width: 660px;
}

.thumbs
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: #0d400d solid 1px;
}

.list
{
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 10px;
}

.num
{
	margin-left: 20px;
	list-style-type: decimal;
	margin-bottom: 10px;
}

table
{
	border: solid 1px #2a6c2a;
	margin-bottom: 10px;
}

fieldset
{
	border: 0px;
}

.red
{
	color: #ff0000;
}

#map
{
	width: 400px;
	height: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #2a6c2a;
}