body {
	background: #b3d570 url(../img/background.jpg) repeat-x top left;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrapper {
	background: url(../img/wrapper_background.jpg) repeat-y top center;
	width: 1010px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: url(../img/header_background.jpg) no-repeat top center;
	width: 1010px;
	height: 175px;
}

#content {
	background: url(../img/content_background.jpg) no-repeat top center;
	width: 1010px;
	margin: 0;
	min-height: 800px;
}

#content-items {
	margin: 0;
	padding: 20px 80px;
}


#footer {
	background: url(../img/footer.jpg) no-repeat bottom center;
	width: 1010px;
	height: 120px;
}

#footer-content {
	padding: 0px 80px 80px;
}

#header h1 {
	display: none;
	
}

h1 {
	font-size: 1.4em;
	padding: 3px;
	margin: 0;

}

h2 {
	font-size: 4em;
	font-weight: normal;
	padding: 3px;
	margin:inherit;
	color: #FFF;
}

h3 {
	font-size: 2em;
	font-weight: normal;
	padding: 0px;
	margin:inherit;
	color: #627a32;
}

h4 {
	font-size: 1em;
	padding: 0px;
	margin:inherit;
}


ul {
	margin-top: 3px;
}

a {
	text-decoration: none;
	color: #627a32;
}

a:hover {
	text-decoration: underline;
	color:#627a32;
}

#footer-content p {
	padding: 0;
	margin: 0;
}

