@charset "utf-8";
/* CSS Document */

<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #9E8163;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0;
	text-align: center;
	background-image: url(images/bk.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
	line-height: 18px;
}
hr {
	color: #663300;
}

#navbar {
	height: 125px;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-left: 5px;
}
#menu_holder {
	padding-top: 95px;
	text-align: center;
	float: right;
	padding-right: 15px;
}

h1 {
	color: #663300;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h2 {
	color: #663300;
	font-size: 16px;
	font-weight: bold;
}
a,  a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6B3908;
	text-decoration: none;
	background-color: #FFFF99;
}
#outerWrapper {
	background-color: #fff;
	min-width: 850px;
	text-align: left;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2B0804;
	border-left-color: #2B0804;
}
#header {
	background-color: #FFFFFF;
	height: 300px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_content {
	background-color: #FFFFFF;
	height: 110px;
	padding: 0px;
	background-image: url(images/header_content.jpg);
}
.header_text {
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #FFFF99;
	margin-top: 30px;
	float: right;
	margin-right: 100px;
	line-height: 50px;
}

#content {
	margin: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/content_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
}
#footer {
	background-color: #81572D;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	color: #FFFFFF;
	font-size: 12px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF99;
	background-color: #81572D;
}

.image {
	padding: 4px;
	border: 1px dashed #663300;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.unlist {
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	margin-top:0; 
	margin-bottom:0; 
	padding: 0px;
}
.menulist {
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	text-align: right;
}
.mapholder {
	border: 1px solid #663300;
	padding: 3px;
	height: 475px;
	width: 775px;
	margin-left: 15px;
}
.mapmenu {
	float: right;
	width: 145px;
	padding-right: 10px;
}
#slides {
	padding: 3px;
	height: 350px;
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px dashed #663300;
}




#main {overflow: hidden;}

* html #main {overflow: visible;}

<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}
.frontpage {
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}

