body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #344C1C;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	height: 150px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 150px;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
}
#maincontent {
	background-image: url(../images/bg_maincontent.jpg);
	width: 800px;
	position: absolute;
	left: 0px;
	top: 185px;
	text-align: left;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#maincontent_gallery {
	background-image: url(../images/bg_maincontent.jpg);
	width: 884px;
	position: absolute;
	left: 0px;
	top: 185px;
	text-align: center;
	padding-top: 25px;
	padding-right: 8px;
	padding-bottom: 50px;
	padding-left: 8px;
}
a {
	color: #475D12;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: -50px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	margin-top: 0px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover {
	text-decoration: underline;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #360;
	margin-top: 0px;
}
