html {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #333;
  color: #fff;
}
body {
  margin: 0px;
}
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
  font-size: 2.5em;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
}
div#container_overall {
  width: 988px;
  margin: 0px auto;
  background-color: #000;
  color: #fff;
}
div#header {
  height: 240px;
}
div#slideshow_left {
  width: 210px;
  height: 155px;
  float: left;
  margin: 40px 30px 0px 35px;
}
div#slideshow_left img {
  width: 210px;
  height: 155px;
}
#shadow {
  width: 436px;
  height: 235px;
  margin-right: -436px;
  margin-bottom: -235px;
  float: left;
}
img#logo {
  width: 386px;
  height: 185px;
  margin-top: 25px;
  margin-left: 25px;
  float: left;
}
div#slideshow_right {
  width: 210px;
  height: 155px;
  float: left;
  margin: 40px 0px 0px 55px;
}
div#slideshow_right img {
  width: 210px;
  height: 155px;
}
div#sub_header {
  height: 30px;
  background: #fff200 url('images/gradients/30-fff200-f8f0b7.png');
  color: #000;
}
div#left {
  width: 180px;
  float: left;
}
div#nav_left {
  padding: 0px 20px;
  margin-top: 20px;
}
div#nav_left a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  margin: 10px 0px;
}
div#content {
  float: left;
  width: 768px;
  background-color: #fcb040;
  border-bottom-color: #fff200;
  color: #000;
  padding: 20px;
}
div#content a {
  color: #555;
}
div#footer {
  clear: both;
  background-color: #3a3a3c;
  border-bottom-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0px 20px 0px;
}
div#footer a {
  color: #aaa;
  text-decoration: none;
}
div.photo_gallery {
  text-align: right;
  clear: both;
}
div.photo_gallery a {
  display: block;
  width: 102px;
  height: 79px;
  overflow: hidden;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: .75em;
  margin: 3px;
}
div.photo_gallery img {
  width: 98px;
  height: 75px;
  border: 2px solid #000;
  display: block;
}

