body {
	font-family: arial, Sans-serif;
	font-size: 13px;
	color: #2F2F2F;
	margin: 0;
	background: #537318 url(bg.jpg) top center no-repeat ;

}

a {
	color: #4E730A;
	text-decoration: underline;
}

p {
	line-height: 19px;
}

li {
	line-height: 19px;
}



h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
}


h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding-top: 10px;
	font-weight: normal;
}


blockquote {
	font-style: italic; 
	padding-bottom: 1px;
}


#header {
	width: 860px;
	margin: 20px auto 20px;
	cursor: default;
	font-family: Georgia,serif;
	font-size: 60px;
}

#header a, header a:hover {
	color: #F8FBFF;
	text-decoration: none;
}


#container {
	width: 860px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#nav {
	height: 38px;
	background: #262626 url(nav.png) repeat scroll 0 0;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
}

#nav li a {
	padding: 0 15px 0 15px;
	text-decoration: none;
	line-height: 38px;
	font-size: 12px;
	border-right: 1px solid #222222;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	display: block;
}

#nav li a:hover {
	background: #111111 none repeat scroll 0 0;
	color: #215C97;
	text-decoration: none;
}

#shadow {
	height: 32px;
	background-image: URL('shadow.gif'); 
}

#content {
	padding: 0 30px 20px 30px;
}

.imageright {
	height: 280px;
	float: right;
	padding: 0 20px 20px 20px;
}


.categorybox {
	width: 33%;
	float: left;
	min-height: 252px;
	background-color: #E8F1C6;
}

.catheader {
	margin-top: 10px;
	font-size: 22px;
}


#footer {
	text-align: center;
	padding: 40px 0 10px;
	color: #7A7A7A;
}

#bottomspacer {
	padding-bottom: 50px;
}



.input {
	padding: 5px;
	background: url(inputbg.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
	color: #545454;
}


textarea {
	font-family: arial;
	font-size: 13px;
	margin: 0;
	padding: 5px;
	background: url(inputbg.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
	overflow: auto;
	color: #545454;
}

.submit {
	width: auto;
	padding: 5px 20px;
	color: #fff;
	background: #444444;
	border: 1px solid #333;
}


.clear {
	clear: both;
}
