html {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #333;
  color: #fff;
}
body {
  margin: 0px; 
}
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: .5em 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}

div#container_overall {
  width: 988px;
  background: #3c2414 url('images/container-background.png');
  color: #fff;
  margin: 0px auto;
  padding-bottom: 25px;
}
div#header {
  font-family: 'Times New Roman', Times, serif;
  height: 105px;
  position: relative;
}
img#phone {
  width: 100px;
  height: 18px;
  display: block;
  float: right;
  margin: 20px 20px;
}
img#live_chat {

  float: right;
  margin: 10px 20px 0px 0px;
}
img#logo {
  width: 288px;
  height: 108px;
  display: block;
  float: left;
  margin: 3px 0px -6px 2px;
}
div#nav_top {
  background: #b59963 url('images/nav-top.png');
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-transform: uppercase;
  float: right;
  margin-top: 80px;
  position: absolute;
  right: 47px;
  font-weight: bold;
}
div#nav_top a {
  height: 25px;
  border-bottom: 5px solid #e9cbab;
  display: block;
  float: left;
  color: #000;
  text-decoration: none;
  padding: 0px 13px;
  float: left;
}
div#nav_top a.current {
  border-style: none;
  padding-bottom: 5px;
  background: #3c2414 url('images/nav-top-current.png');
  color: #fff;
}
div#content_background {
  background: #d7cab7 url('images/content-background.jpg') 5px 0px;
  width: 947px;
  margin: 0px auto;
}
div#content {
  border: 5px solid #e9cbab;
  clear: both;
  width: 857px;
  margin: 0px auto;
  background: url('images/1x1/content-background-gradient.svg.png');
  color: #000;
  padding: 0px 40px;
  line-height: 1.3em;
}
div#content a {
  color: #3C2414;
}
div#content a:hover {
  color: #826451;
}
img#content_frame_top {
  display: block;
  width: 560px;
  height: 112px;
  margin-left: -28px;
  margin-top: 12px;
  margin-bottom: -90px;
  padding-right: 169px;
  float: left;
}
img#content_decoration_top {
  display: block;
  width: 196px;
  height: 136px;
  margin-right: -40px;
  float: right;
}
img#chat {
  float: right;
  margin: -20px 20px 0px 0px;
}
img#content_decoration_bottom {
  display: block;
  width: 196px;
  height: 136px;
  margin-left: -40px;
  margin-top: 128px;
  float: left;
}
img#bottom_image {
  margin-left: 58px;
  width: 246px;
  height: 153px;
  margin-top: 83px;
  float: left;
}
div#room_request {
  font-family: 'Times New Roman', Times, serif;
  width: 328px;
  height: 176px;
  background: #603e26 url('images/room-request.png');
  float: right;
  margin-top: 10px;
  padding: 50px 5px 0px 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 14px;
  position: relative;
}
div#room_request div {
  float: left;
  margin-top: 16px;
}
div#room_request input, div#room_request select {
  background: #b59963 url('images/input-background.png');
  color: #000;
  border: 2px solid #fff;
  height: 18px;
  padding: 0px;
  margin: 0px
  line-height: 14px;
  font-size: 11px;
  font-weight: bold;
}
img#content_frame_bottom {
  display: block;
  width: 560px;
  height: 112px;
  margin: -85px -28px 12px 0px;
  float: right;
}
div#footer {
  clear: both;
  padding: 1px 0px;
  width: 985px;
  margin: 10px auto;
  text-align: center;
  font-size: .85em;
}
div#footer p {
  margin: 0px .5em;
}
div#footer a {
  color: #fff;
}
a.location {
  text-decoration: none;
}
a.location.first {
  display: blcok;
  float: left;
  width: 246px;
  margin: 0px 10px 10px 0px;
  text-align: center;
  font-size: .85em;
}
a.location img {
  width: 246px;
  height: 188px;
  display: block;
}
