html {
  background: #000 url('images/background.jpg') no-repeat center top;
  color: #fff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: .75em;
}
body {
  margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #efdd92;
}
h1 {
  font-size: 1.08em;
  color: #ccc;
  text-align: center;
}
h2 {
  font-size: 1.08em;
}
h3 {
  font-size: 1em;
}
a img {
  border-style: none;
}
div#container_overall_top {
  width: 990px;
  height: 69px;
  margin: 0px auto;
  background-image: url('images/container-background-top.png');
}
div#container_overall {
  width: 914px;
  padding: 0px 38px;
  margin: 0px auto;
  background: url('images/container-background-middle.png');
  color: #fff;
}
div#container_overall_bottom {
  width: 990px;
  height: 69px;
  margin: 0px auto;
  background-image: url('images/container-background-bottom.png');
}
div#header {
  height: 90px;
  background-color: #151515;
  border-bottom: 10px solid #000;
  position: relative;
  top: -31px;
  margin-bottom: -31px;
}
img#logo {
  width: 473px;
  height: 128px;
  display: block;
  position: absolute;
  margin: -5px 0px 0px 10px;
}
div#nav_top {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  height: 39px;
  line-height: 39px;
  margin: 27px 13px 0px 0px;
}
div#nav_top a {
  float: left;
  text-decoration: none;
  color: #b3b3b3;
  height: 39px;
  padding-left: 8px;
  margin-right: 7px;
  background: url('images/nav-top-separator.png') no-repeat center left;
}
div#nav_top a.first {
  padding-left: 0px;
  background-image: none;
}
div#nav_top a.current {
  font-weight: bold;
  font-style: italic;
}
div#nav_top a:hover {
  color: #bcad6d;
}
div#container_top {
  background-color: #151515;
  border: 2px solid #000;
  width: 870px;
  margin: 20px 0px 0px 20px;
  height: 268px;
}
div#nav_left {
  text-transform: uppercase;
  font-size: 12px;
  width: 190px;
  border-right: 2px solid #000;
  height: 228px;
  float: left;
  padding: 20px 0px;
}
div#nav_left a {
  text-decoration: none;
  color: #b3b3b3;
  display: block;
  padding: 11px 32px 0px 32px;
  margin-bottom: 10px;
  background: url('images/nav-left-separator.png') no-repeat top center;
}
div#nav_left a.first {
  padding-top: 0px;
  background-image: none;
}
div#nav_left a.current {
  font-weight: bold;
  font-style: italic;
}
div#nav_left a:hover {
  color: #bcad6d;
}
div#content_top {
  background: #616161 url('images/content-top-background.gif');
  float: left;
  color: #000;
  border: 3px solid #333;
  width: 237px;
  height: 232px;
  padding: 10px 383px 10px 20px;
  margin: 5px 0px 0px 15px;
  overflow: hidden;
}
div#content_top p, div#content_top h1, div#content_top h2 {
  margin: 10px 0px;
}
div#content_top h2 {
  font-size: 1.08em;
  color: #ccc;
  text-align: center;
}
div#content_top a {
  color: #bcad6d;
}
div#slideshow {
  position: absolute;
  width: 343px;
  height: 257px;
  margin: 5px 0px 0px 489px;
}
div#slideshow img {
  display: block;
  width: 343px;
  height: 257px;
}
div#slideshow_frame {
  position: absolute;
  width: 380px;
  height: 297px;
  background-image: url('images/slideshow-frame.png');
  margin: -14px 0px 0px 470px;
}
div#content {
  padding: 20px 20px 1px 20px;

}
div#content a {
  color: #94b1d3;
}
div#footer {
  width: 918px;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 20px;
}
div#footer a {
  color: #fff;
}
