body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #241045;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	margin: 0 auto;
	background-color: #d2c5d4;
	height: auto;
}
#container p{
	text-align: left;
}
#resultsbox {}
#topmenu {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	background-color: #241045;
	background-image: url(../images/warbeth-banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 142px;
}
#topmenu ul {
	list-style-type: none;
	text-align: left;
}
#topmenu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#topmenu li a {
	text-decoration: none;
	color: #FFFFFF;
}
#topmenu li a:hover {
	color: #FF6600;
}
#rightcol {
	float: right;
	width: 400px;
}
#narrowrightcol {
	float: right;
	width: 250px;
	text-align: left;
}
#leftcol, #wideleftcol {
	float: left;
	text-align: left;
	padding: 5px;
	margin: 5px;
	z-index: 2;
	width: 350px;
}
#wideleftcol {
	width: 500px;
}
#wideleftcol table p {
	font-size: 12px;
}
#leftmenu {
	background-color: #ad9fb6;
	width: 150px;
	margin-bottom: 10px;
}
#leftmenu ul{
	list-style-type: none;
	margin: 5px;
}
#leftmenu li{
	text-align: left;
}
#leftmenu li a{
	color: #006600;
	text-decoration: none;
}
#leftmenu li a:hover{
	color: #CC6600;
}
#imagecontainer {
	background-color: #FFFFFF;
	border: thin solid #211044;
	width: 334px;
}
#map {
	background-color: #FFFFFF;
	border: thin solid #211044;
	width: 313px;
	height: 316px;
	z-index: 1;
}
.framedpic {
	border: 1px solid #000000;
	margin: 10px;
}
#caption {
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 315px;
}
#caption h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #CC6600;
}
#caption p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	color: #330000;
}
#maintext {
	text-align: left;
	margin: 0px 10px 10px;
	position: relative;
	width: 350px;
}
#maintext h1, #narrowrightcol h1 {
	color: #006633;
	font-size: 18px;
}
#maintext h2, #narrowrightcol h2 {
	font-size: 16px;
}
#footer {
	clear: both;
	background-color: #CCCCCC;
	font-size: .9em;
	text-align: right;
}
