html {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 1em;
}
body {
  margin: 0px;
}
a {
  color: #f00;
}
a:hover {
  color: #fff;
}
h1, h2, h3, h4, h5, h6, p {
  margin: .5em 0px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
a img {
  border-style: none;
}
div#container_overall {
  width: 799px;
  margin: 0px auto;
}
div#slideshow {
  width: 746px;
  height: 188px;
  position: absolute;
  margin: 260px 0px 0px 30px;
}
div#slideshow img {
  display: block;
  width: 746px;
  height: 188px;
}
img#header {
  display: block;
  position: relative;
  width: 799px;
  height: 478px;
}
div.separator {
  width: 799px;
  height: 11px;
  background: url('images/separator.gif') no-repeat;
  clear: both;
}
div#nav_top {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  line-height: 24px;
  height: 35px;
  text-transform: uppercase;
}
div#nav_top a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  background: url('images/nav-top.png');
  width: 120px;
  height: 24px;
  padding: 3px 4px 4px 4px;
  text-align: center;
  margin: 0px 35px;
}
div#nav_top a.current {
  background-image: url('images/nav-top-current.png');
  color: #780909;
}
div#content {
  padding: 1px 30px 10px 30px;
  background: url('images/content-background.jpg') no-repeat top center;
}
div#footer {
  clear: both;
  color: #f00;
  background: url('images/background-pattern.gif');
  width: 799px;
  margin: 10px auto 20px auto;
  padding: 1px 0px;
  font-size: .85em;
}
div#footer p {
  text-align: center;
}
div#nav_bottom {
  text-align: center;
}
div#nav_bottom a {
  margin: 0px 5px;
}
img#footer_decoration {
  position: absolute;
  width: 27px;
  height: 26px;
  margin: -3px 0px 0px 755px;
}
div.photo_gallery {
}
div.photo_gallery a {
  display: block;
  float: left;
  width: 144px;
  height: 108px;
  display: block;
  margin: 0px 3px 3px 0px;
}
div.photo_gallery a img {
  width: 144px;
  height: 108px;
  display: block;
}
