body { font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif; margin: 0;
	color: #602E1B;
	padding: 0;
	text-align: left;
	background: #e9e9e9;
	padding: 10px;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #999999;
	text-decoration: underline;
	border: none;
}
a:hover { color: #000000; text-decoration: underline; }

img {
	border-style: none;
}

testdiv {
	border: 1px solid #000;
}

h1 {
	margin: 0px;
}

h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #55AB0F;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p {
	padding: 10px;
}

#header {
	margin: 10px auto 10px auto;
	width: 850px;
	height: 130px;
	background-color: #fff;
}

#menu {
	width:850px;
	margin: 5px 0px 18px 0px;
}

#menu ul li {
	font: 13px Arial;
	list-style: none;
	display: block;
	float:left;
	margin: 0px 10px;
	padding-left: 5px;
	padding-top: 4px;
}
#menu ul li a#current {
	color: #000000;
}
#menu a {
	color: #066606;
	size: 2em;
	text-decoration: none;
}
#menu a:hover {
	color: #999999;
	text-decoration: none;
}

#contentwrapper {
	width:875px;
	background: url(/images/content-middle.gif) repeat-y #ffffff;
	margin: 10px auto;
	padding: 0px;
}

#contentwrapper2 {
	width:875px;
	background: url(/images/content-top.gif) no-repeat;
	padding: 20px 0px 0px 0px;
	margin:0px;
}

#content {
	width:835px;
	padding: 0px 0px 0px 30px;
}
#content img {
	float: right;
	margin: 5px 10px 5px 10px;
	border: 2px solid #eeeeee;
	clear:both;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	clear:both;
}

#contentbottom {
	width:875px;
	background: url(/images/content-bottom.gif) no-repeat #e9e9e9;
	padding: 30px 0px;
	text-align:center;
	margin:0;
	font-size: 10px;
	color: #aaaaaa;
}

#contentbottom a { color: #aaaaaa; text-decoration: underline; border: none; }
#contentbottom a:hover { color: #aaaaaa; }

#contactform p {
	padding: 10px 0px;
}

#contactform input {
	width: 200px;
}
#contactform textarea {
	width: 400px;
	height: 200px;
}
#contactform .message {
	color: #990000;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}

