body {
  background: #858484 url('./images/background.gif') top left repeat-x;
  margin: 0;
  padding: 0;
  font: 10.5pt/1.3em "Trebuchet MS", Trebuchet, Helvetica, Arial;
}

p {
  margin: 10px 10px 10px 10px;
}

h1 {
  margin: 10px 10px 25px 10px;
}

a { 
  color: #265D8B;
}

a:hover {
  color: #5b2d08;
  background: #fbfbec;
}


#container {
  width: 907px;
  background: #fff url('./images/content.gif') top left repeat-y;
  margin: 0 auto;
}


#header {
  background: #fff url('./images/header_background.gif') top left no-repeat;
  height: 348px;
}

#header-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 834px;
  height: 335px;
}

#header-image {
  width: 834px;
  height: 300px;
  padding-top: 35px;
}



.content {
  padding: 20px 35px;
}

#bottom {
  background: url('./images/footer.gif') top left no-repeat;
  height: 21px;
}

#footer {
  background: #464646;
  border-top: 1px solid #323232;
  margin: 30px 0 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 85%;
  color: #999;
}

#footer a {
  color: #e9f7b3;
}

#footer a:hover {
  color: #fff;
  background: none;
}
