@charset "UTF-8";
/* CSS Document */

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background: #333;
}

h1 {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #329b28;
  border-bottom: #329b28 1px dotted;
}

a.active {
  color: #329b28;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0 0 16px 16px;
}

li {
  padding: 2px 0;
}

p.copyright {
  font-size: 9px;
}

div#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent url(../img/shadow.gif) left top repeat-y; 
}

div#header {
  height: 110px;
  background: transparent url(../img/top-bg.jpg) left top no-repeat;
}

a#logo {
  float: left;
  display: block;
  position: relative;
  top: 38px;
  left: 12px;
  height: 54px;
  width: 360px;
  text-indent: -9999em;
  background: transparent url(../img/logo.png) left top no-repeat;
}

a#logo:hover {
  border: none;
}

ul#nav {
  float: right;
  position: relative;
  top: 80px;
  right: 12px;
  margin: 0;
  padding: 0;
  list-style: disc outside;
}

ul#nav li {
  float: left;
  margin: 0 0 0 22px;
  padding: 0;
  text-transform: uppercase;
}

ul#nav li.first {
  margin: 0;
  list-style: none;
}

div#content {
  padding: 12px 0;
  background-color: #fff;
}

div#upper {
  height: 450px;
  width: 960px;
  background: #333;
}

div#flash {
  height: 450px;
  width: 960px;
}

div#upper img {
  display: block;
  height: 450px;
  width: 960px;
}

div#lower {
  padding: 24px 12px 12px 32px;
  background: #333;
}

div#left {
  float: left;
  width: 500px;
}

div#left h1 {
  padding: 0 0 12px 0;
}

div#left p {
  padding: 0 0 16px 0;
}

div#right {
  float: right;
  width: 372px;
}

div.photos {
  height: 314px;
  width: 372px;
}

div#footer {
  height: 94px;
  padding: 16px 0 0 0;
  background: transparent url(../img/bottom-bg.jpg) left top no-repeat;
}

div#footer p {
  padding: 12px 0 0 0;
  text-align: center;
}

div#footer_shadow {
  position: relative;
  top: -4px;
  height: 24px;
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent url(../img/footer-shadow.gif) left bottom no-repeat;
}

