body {
  background-color: #663300;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 10px 10px;
  padding: 0;
}

.clear {
  clear: both;
}

* {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 717px;
}

a {
  font-size: 12px;
}

p {
  margin: 15px 0;
}

/********************** Header ***************************/
#header {
  margin: 0 0 0 0;
  background-image: url( images/heaton.jpg );
  width: 717px;
  height: 429px;
  position: relative;
}

#header ul {
  background-color: #26466D;
  width: 711px;
  border: 3px solid #FFFFFF;
  display: block;
  top: 429px;
  position: absolute;
  margin: 0 0 0 0;
  height: 22px;
  padding: 5px 0 0 0;
  text-align: center;
}

#header li {
  display: inline;
}

#header ul a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 15px;
}

#header ul a:hover {
  text-decoration: underline;
  color: #9fcbe6;
}

#logo_w1, #logo_w2 {
  font-size: 24px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
}

#logo_w1 {
  top: 15px;
  left: 70px;
}

#logo_w2 {
  top: 5px;
  left: 10px;
}

#header_text {
  top: 90px;
  left: 43px;
  width: 230px;
  position: absolute;
}

#header_text p {
  font-size: 18px;
  color: #FFFFFF;
}

#header_text a {
  color: #28556b;
}

#header_text a:hover {
  color: #c77e0c;
}

/********************** Content ***************************/
#content {
  background-image: url( images/content_bg.gif );
  width: 717px;
}

img {
  border-width: 0;
}

h1 {
  color: #000000;
  font-size: 14px;
  margin: 20px 0 20px 0;
}

h2 {
  color: #000000;
  font-size: 14px;
  text-align: center;
  width: 200px;
  margin: 10px 0 15px 0;
}

#left {
  float: left;
  width: 428px;
  margin-left: 27px;
  padding: 30px 10px 30px 0;
  display: inline;
}

#left a {
  color: #26466D;
}

#left a:hover {
  color: #663300;
}

#photos a {
  margin-right: 14px;
}

#right {
  float: right;
  width: 210px;
  padding: 30px 20px 20px 20px;
  margin-top: 10px;
  border-left: #FFF 2px solid;

}

#right a {
  color: #663300;
}

#right a:hover {
  color: #26466D;
}

.comments {
  border: 1px solid #663300;
  background-color: white;
  padding: 10px 10px 10px 10px
}

/********************** Footer ***************************/
#footerline {
  clear: both;
  background-image: url( images/footer_bg.gif );
  font-size: 1px;
  height: 10px;
}

#footer {
  width: 717px;
  text-align: center;
  padding: 20px 0;
}

