*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #507818;
}

a:hover
{
	color: #333;
}

body
{
	background: #FFF;
	color: #000;
	font-size: 70%;
	font-family: "verdana";
}

img.imgright
{
	float: left;
	padding: 5px;
	margin: 0 15px 10px 0;
	border: 1px solid #2F7F20;
}

p
{
	margin: 0 0 15px 0;
}

/* 404 Error Form */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 1px solid #DDD; padding: 5px; }

/* Main Styles */

#outer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#inner
{
	margin-left: -50%;
	position: absolute;
	top: -251px;
	left: 50%;
	width: 100%;
	height: 0; /* change to add full horizontal background */
	visibility: visible;
}

#container
{
	margin: 0 auto;
	width: 850px;
	height: 500px;
	border: 1px solid #2F7F20;
	background: #ECF8DC;
}

#header
{
	width: 850px;
	height: 125px;
	background: #FFF;
}

#headerlogo
{
	float: left;
	width: 425px;
	height: 125px;
}

#headergallery
{
	float: left;
	width: 425px;
	height: 125px;
}

#menu
{
	width: 850px;
	height: 33px;
	background: #FFF;
	border-top: 1px solid #2F7F20;
	border-bottom: 1px solid #2F7F20;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	text-decoration: none;
	color: #000;
	background: #FFF;
	padding: 10px 55px 10px 20px;
	border-right: 1px solid #2F7F20;
}

#menu ul li a:hover
{
	color: #FFF;
	background: #97D83F;
}

#content
{
	width: 810px;
	height: 300px;
	padding: 20px;
	overflow: auto;
	line-height: 180%;
	background: #ECF8DC url('../images/background-content.gif') no-repeat;
}

#content h1, #contentleft h1
{
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 200%;
	color: #507818;
	font-family: "georgia";
}

#content p, #contentleft p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#contentsplit
{
	width: 810px;
	height: 300px;
	padding: 20px;
	line-height: 180%;
	background: #ECF8DC url('../images/background-content.gif') no-repeat;
}

#contentleft
{
	float: left;
	width: 610px;
	height: 300px;
	overflow: auto;
}

#contentright
{
	float: right;
	width: 159px;
	height: 260px;
	padding: 20px 0 20px 20px;
	border-left: 1px solid #507818;
}

#contentright ul
{
	list-style-type: none;
	margin: 0 0 15px 0;
}

#contentright ul li a
{
	display: block;
	padding: 6px 0;
	width: 157px;
	background: #CBEC9F url('../images/submenu-a.png') repeat;
	color: #333;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ADE166;
}

#contentright ul li a:hover
{
	border: 1px solid #537E18;
}

#footer
{
	margin: 0 auto;
	width: 850px;
	color: #999;
	padding: 10px 0;
	font-size: 10px;
	text-align: right;
}

#footer a
{
	text-decoration: none;
	color: #999;
}

#footer a:hover
{
	color: #999;
}

#footer p { margin: 0 0 5px 0; }




#content_lawns h1, #contentleft_lawns h1
{
	margin: 0 0 0px 0;
	font-weight: normal;
	font-size: 200%;
	color: #507818;
	font-family: "georgia";
}

#content_lawns p, #contentleft_lawns p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#contentsplit_lawns
{
	width: 810px;
	height: 440px;
	padding: 20px;
	line-height: 180%;
	background: #ECF8DC url('../images/background-content.gif') no-repeat;
}

#contentleft_lawns
{
	float: left;
	width: 500px;
	height: 440px;
	overflow: auto;
}
