/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: #003333 url(/images/layout/body_bg.jpg) top repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3B3F0E;
}

.clear_float {
  clear: both;
}

a {
  color: #000099;
}
a:hover {
  color: #990000;
}

#wrapper {
  margin: 5px auto 0 auto;
  padding: 2px;
  width: 846px;
  background: #DDDCC1;
}

h1 {
  margin: 0;
  width: 846px;
  height: 166px;
  background: url(/images/layout/header.jpg);
}
h1 a {
  width: 846px;
  height: 166px;
  display: block;
  text-indent: -999em;
}

#spacer {
  width: 846px;
  height: 3px;
  font-size: 1px;
  background: url(/images/layout/spacer.jpg);
}

#content {
  margin: 0;
  padding: 10px;
  width: 671px;
  float: left;
  background: #F4F4EC url(/images/layout/content_bg.jpg) top no-repeat;
  border: 1px solid #AAA864;
  border-top: none;
}

#content h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  color: #990000;
}

#footer {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 11px;
}
