html {
  background-color: #c49a6d;
  color: #fff;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
body {
  margin: 0px;
}  
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: .5em 0px;
  color: #700;
}
p {
  margin: .5em 0px;
}
h1 {
  text-align: right;
  font-size: 1.7em;
  color: #700;
}
h2 {
  font-size: 1.3em;
  text-align: left;
}
h3 {
  font-size: 1.1em;
}
a {
  color: #fff;
}
div#container_overall {
  width: 900px;
  margin: 0px auto;
  background: url('images/background-gradient.png');
  padding: 0px 44px;
}
img#logo {
  display: block;
  float: left;
  margin-top: 25px;
  margin-left: -17px;
}
img#slideshow_mask {
  display: block;
  width: 668px;
  height: 165px;
  margin-right: -668px;
  float: left;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  display: none;
}
div#slideshow_top {
  width: 668px;
  height: 165px;
  background-color: #222;
  float: right;
  margin-right: -17px;
  margin-top: 10px;
  overflow: hidden;
}
div#slideshow_top img {
  width: 668px;
  height: 165px;
  display: block;
}
div#left {
  float: left;
  clear: left;
  margin-right: 45px;
  margin-top: 17px;
}
div#nav_left {
  width: 185px;
  background: #639069 url('images/nav-left-gradient.png');
  color: #fff;
  padding: 30px 0px;
}
div#nav_left a {
  display: block;
  text-decoration: none;
  background: url('images/nav-left-decoration.png') no-repeat bottom right;
  padding: 0px 0px 10px 10px;
  margin-right: 4px;
  font-size: 15px;
  font-weight: bold;
}
div#nav_left a:hover {
  background-image: url('images/nav-left-decoration-rolled.png');
  color: #f9db8f;
}
span#address {
  text-align: center;
  display: block;
  margin-top: 30px;
  color: #f9db8f;
  font-weight: bold;
  font-size: 14px;
}
div#left_slideshow {
  display: block;
  width: 185px;
  height: 125px;
  margin-top: 44px;
  overflow: hidden;
}
div#left_slideshow img {
  width: 185px;
  height: 125px;
  display: block;
}
a#bbb {
  background-image: none !important;
  padding: 0px !important;
}
a#bbb img {
  width: 75px;
  height: 122px;
  margin-top: 30px;
}
div#right {
  float: left;
}
div#right a {
  color: #222;
}
div#nav_top {
  float: left;
  margin: 17px 0px 17px 95px;;
}
div#nav_top a {
  height: 17px;
  font-size: 16px;
  color: #f2c599;
  line-height: 15px;
  float: left;
  display: block;
  padding-bottom: 3px;
  background: url('images/1x1/nav-top-decoration.svg.png');
  text-decoration: none;
  margin-right: 33px;
}
div#nav_top a:hover {
  color: #f9db8f;
}
img.border_top {
  display: block;
  margin: 0px 0px 0px 5px;
}
img.border_bottom {
  display: block;
  margin: 0px 0px 0px 5px;
}
div.spacer_top {
  clear: both;
  margin-bottom: -.5em;
}
div.spacer_bottom {
  clear: both;
  margin-top: -.5em;
}
div#content_top_container {
  width: 670px;
  background: #ab8b70 url('images/content-top-gradient.png');
  color: #000;
  clear: both;
  padding: 5px 0px 4px 0px;
}
div#content_top {
  background: url('images/top-content-border-middle.png') repeat-y;
  padding: 5px 28px 6px 23px;
  margin-left: 5px;
}
div#content_bottom_container {
  width: 670px;
  margin-top: 44px;
  background: #f7d9bc url('images/content-bottom-gradient.png');
  color: #000;
  padding: 5px 0px 4px 0px;
}
div#content_bottom {
  background: url('images/bottom-content-border-middle.png') repeat-y;
  padding: 5px 28px 6px 23px;
  margin-left: 5px;
  min-height: 50px;
}
div#footer {
  text-align: center;
  padding: 5px 0px;
  clear: both;
}
div#footer p {
  margin: 5px 0px;
}
div#footer a {
  color: #fff;
}
div.photo_gallery {
  text-align: right;
  line-height: 1em;
  margin: .5em 0px;
}
div.photo_gallery a {
  display: block;
  width: 147px;
  height: 11em;
  font-size: .85em;
  overflow: hidden;
  float: left;
  text-align: center;
  text-decoration: none;
  margin: 3px;
}
div.photo_gallery img {
  width: 147px;
  height: 110px;
  display: block;
}
div.slideshow {
  width: 500px;
  height: 340px;
  margin: 0px auto;
  margin-bottom: 20px;
  overflow: hidden;
}
div.slideshow img {
  width: 500px;
  height: 340px;
  display: block;
}

