body {
  background: #132f4e;
  text-align: center;
  padding: 87px 0;
  color: white;
}

ul {
  list-style: none;
}

#wrapper {
  width: 864px;
  text-align: left;
  margin: 0 auto;
}

#side_content {
  width: 229px;
  margin: 0 20px 40px 0;
  float: left;
}

#side_navigation h1 a {
  display: block;
  background: transparent url(/images/logo.png) top left no-repeat;
  width: 229px;
  height: 160px;
  text-indent: -100000px;
  overflow: hidden;
}

#side_navigation {
  background: transparent url(/images/side-nav-bg.png) bottom left no-repeat;
  min-height: 350px;
  margin: 0 0 1em 0;
}

#side_navigation ul {
  padding: 0 18px 40px 18px;
}

#side_navigation li {
  display: inline;
}

#side_navigation li:first-child a {
  border-top: 1px solid #468446;
}

#side_navigation li a {
  font: normal 18px/1em georgia, times, serif;
  text-align: center;
  display: block;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #468446;
  padding: 8px 0;
}

#side_navigation li a:hover {
  background: #055729;
}

#reservation_button {
  display: block;
  width: 215px;
  height: 77px;
  background: transparent url(/images/make-a-reservation-bg.png) 0 0 no-repeat;
  text-indent: -100000px;
  margin: 0 auto;
}

#reservation_button:hover {
  background-position: 0px -77px;
}

#main_content {
  width: 615px;
  float: left;
  font: 12px/1.75em verdana, arial, sans-serif;
  margin: 0 0 40px 0;
}

#main_content p {
  margin: 0 0 1.5em 0;
}

#main_content a {
  color: #f00;
}

#main_content a:hover {
  background: #122a46;
}

#main_content .inset {
  background: #122a46;
  padding: 20px;
  margin: 2em 0 0 0;
}

#main_content h2 {
  font: normal 30px/1.25em georgia, times, serif;
  margin: 0 0 .5em 0;
}

#main_content h3 {
  font: normal 18px/1.25em georgia, times, serif;
  margin: 2em 0 1em 0;
  border-bottom: 1px solid #fff;
}

#main_content h4 {
  font: normal 14px/1.25em georgia, times, serif;
  margin: 1em 0 0 0;
}

#main_content ul {
  margin: 0 0 0 20px;
  list-style: disc;
}

#main_content img.photo {
  float: right;
  border: 8px solid #116230;
  margin: 0 0 20px 20px;
}

#main_content iframe {
  border: 8px solid #116230;
  margin: 0 0 2em 0;
}

#main_content table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 3em 0;
}

#main_content table th, #main_content table td {
  background: #122a46;
  padding: 5px 10px
}

#main_content thead th {
  background: #0b1b2d;
}

#main_content tbody th, #main_content tfoot th {
  text-align: left;
  font-weight: normal;
}

#main_content .even th, #main_content .even td {
  background: #0e223a;
}

#main_content th.currency, #main_content th.duration,
#main_content td.currency, #main_content td.duration {
  text-align: right;
}

#main_content tfoot th {
  font-style: italic
}

#main_content p.attn {
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

#main_content table.rates tbody th {
  width: 75%
}

.gallery #main_content {
  text-align: center;
  float: none;
  width: auto;
}

#footer {
  clear: left;
  text-align: center;
  font: 12px/1.5em verdana, arial, sans-serif;
  border-top: 1px solid #59738f;
  padding: 12px 0 0 0;
}

#footer ul {
  margin: 0 0 .35em 0;
}

#footer li:first-child {
  border: none;
}

#footer li {
  display: inline;
  border-left: 1px solid #59738f;
}

#footer a {
  display: inline-block;
  margin: 0 8px 0 10px;
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

form label {
  display: block;
}

form input[type=text], form textarea {
  font: inherit;
  padding: 2px;
}

form input[type=text] {
  width: 300px;
}

form textarea {
  width: 607px;
  height: 15em
}
