/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 90%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #000000;
}

h1, h4, h5, h6 {
	font-size: 185%;
	font-family: "Book Antiqua", "Palatino Linotype", "Georgia" serif;
	font-weight: normal;
	color: #3f4b00;
}

h2 {
  font-size: 155%;
  font-family: "Verdana", "Arial", sans-serif;
  font-weight: normal;
  color: #ffffff;
}

h3 {
  font-size: 170%;
  font-family: "Book Antiqua", "Palatino Linotype", "Georgia" serif;
  font-weight: normal;
  color: #6d8d24;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background-color: #ffffff;
  width: 1000px;
  margin: 0px auto; 
}

#header {
  margin-bottom: -20px;
}

#navigation {
  margin-bottom: 12px;
}

#navigation a:link,
#navigation a:visited {
  margin-right: 55px;
  color: #3f4b00;
  text-decoration: none;
}

#navigation a:hover,
#navigation a:active {
  color: #6d8d24;
}

#banner {
  border: 10px solid #6d8d24;
}

#main_content {
  margin: 20px 20px 10px 0;
  width: 700px;
  float: left;
}

#main_content h1 {
  padding-bottom: 14px;
  border-bottom: 2px solid #6d8d24;
}

a:link,
a:visited {
  color: #6d8d24;
}

a:hover,
a:active {
  color: #3f4b00;
}

#right {
  width: 280px;
  float: right;
  margin-bottom: 10px;
}

.green_box {
  background-color: #3f4b00;
  margin-top: 20px;
  padding-top: 10px;
}

.green_box p {
  padding: 0 10px 10px 10px;
  margin-top: 0;
  color: #ffffff;
  font-size: 110%;
}

.green_box p a:link,
.green_box p a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.green_box p a:hover,
.green_box p a:active {
  color: #6d8d24;
}

.green_box p.quote {
  font-size: 140%;
  text-align: center;
}

.green_box h2 {
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  background-color: #6d8d24;
}

.green_box h2 a:link,
.green_box h2 a:visited {
  color: #ffffff;
  text-decoration: none;
}

.green_box h2 a:hover,
.green_box h2 a:active {
  color: #3f4b00;
}

.clear {
  clear: both;
}

#footer {
  border-top: 2px solid #6d8d24;
}

#footer p {
  color: #3f4b00;
  font-size: 95%;
  margin-bottom: 40px;
}

#footer_left {
  width: 500px;
  float: left;
}

#footer_right {
  width: 500px;
  float: right;
  text-align: right;
}

table {
  margin-bottom: 15px;
}

table tr td {
  font-size: 100%;
}

table tr td h3 {
  padding-bottom: 10px;
}

table tr td img.rooms {
  margin-left: 20px;
}

table tr td img.gallery {
  margin-bottom: 20px;
}

iframe {
  margin-top: 20px;
}