body {
	margin: 0 auto;
	background-color: #E29428;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #F3D247;
	margin-top: 10px;
}

#head {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	height: 189px;
	width: 800px;
	background-image: url(images/mainheader.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#menu {
float: left;
clear: left;
width: 140px;
font-family: sans;
margin-bottom: 10px;
margin-left: 10px;
}

#menu h1 {
	padding-left: 5px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #F3D247;
	background-color: #207363;
}

#menu a {
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	display: block;
	background-color: #7CC280;
	border-bottom: 1px solid #292929;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

#menu a:hover {
	background-color: #A9D156;
}

#sidegallery {
float: right;
clear: right;
width: 130px;
text-align: left;
margin-bottom: 10px;
margin-right: 10px;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	margin-left: 160px;
	margin-right: 160px;
	margin-bottom: 10px;
	width: 460px;
	background-color: #ffffff;
	color: #000;
	font-size: 14px;
}

#content h1 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #292929;
	background: #E7AE68;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: 2px solid #CC6600;
}
.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border: thin solid #000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-variant: small-caps;
	background-color: #7CC280;
	text-align: center;
	border: 2px solid #006633;
}
.image {
	text-align: center;
}



#content a {
text-decoration: none;
color: #292929;
font-style: italic;
}

#content a:hover {
text-decoration: underline;
}
#main #content p {

}
