#banner {
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A37342;
	border-right-color: #A37342;
	border-bottom-color: #A37342;
	border-left-color: #A37342;
	background-color: #F6F0D0;
	text-align: center;
	vertical-align: top;
	color: #E7D9B6;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A5703E;
	background-color: #DFCBA6;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat: repeat;
	text-align: center;
}
#content {
	width: 800px;
	background-color: #F6F0D0;
	border: 1px solid #A37342;
	margin: auto;
	overflow: auto;
	vertical-align: text-top;
	height: auto;
	position: relative;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#content div {
	width: 450px;
	text-align: justify;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: auto;
	position: static;
	overflow: hidden;
	float: right;
}
#content #emailform {
	text-align: left;
	margin: 0px;
	overflow: visible;
}
#content table {
	text-align: center;
	margin: auto;
}
#gallery {
	background-color: #F6F0D0;
}
#main {
	text-align: center;
	width: 800px;
	height: auto;
	margin: auto;
}
