body {
	background-color: #ffe09e;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-family: times new roman, sans;
	color: #663333;
	text-align: center;
}

h1, h2, h3, h4, a, li { color: #663333; }

legend { color: #663333; }
li a {text-decoration: none;}

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 900px;
	overflow: hidden;
}

#content {
	background-color: #F9F4DF;
	border-right: 1px solid #4b4b4b;
	border-left: 1px solid #4b4b4b;	
}

#gallery {
	width: 200px;
	text-align: center;
	float: right;
	height: 520px;
}

#gallery div.frame {
	background: url(../images/gallery-bg.jpg) top left no-repeat;
	width: 170px;
	height: 133px;
	margin: 10px 0px;
	padding-top: 10px
}

#gallery div.image {
	width: 150px;
	height: 113px;
	margin-left: 10px;
	overflow: hidden;
}

#gallery img {
	min-height: 113px;
}

#inner-container {
	margin-right: 200px;
	padding: 0px 10px;
}

#menu {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/bg-menu.jpg) top left repeat-x;
}

#menu ul { list-style-type: none; margin: 0px; padding: 0px; }
#menu li { float: left; font-size: 1.1em; line-height: 30px; font-weight: bold; margin-left: 20px;}

#footer-text {
	clear: both;
	color: #CA8F69;	
	padding: 20px 10px 0px 0px;	
	text-align: right;
}
#footer-text p { margin: 0px }
#footer {
	background: url(../images/footer-graphic.jpg) top left no-repeat;
	height: 46px;
}

#main-content { padding: 0px 10px; }
#left-of-map{ margin-right: 50%; padding-right: 10px; }
#map { height: 400px; width: 50%; float: right; }
form { clear: both; }
dt { padding-top: 10px; font-weight: bold; }
dd { margin-left: 0px; padding-left: 0px; padding-top: 5px; }
.validation-failed {
	border: 2px solid #ff0000;
}
.validation-advice {
	color: #ff0000;
	font-weight: bold;
}