body {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background: #005134;
  font-family: Verdana;
}

#largeframe {
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 800px;
  margin-top: -15px;
  background-image:url(images/logo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#frame {
  width:800px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
}

#top {
  width: 800px;
  background: #FFFFFF;
}


#menu {
  float: left;
  width: 800px;
  height:54px;
  background: #FFFFFF;
  margin-top: 172px;
}

#menu a {
  font-size:12px;
  line-height:2;
}

#main {
  float: right;
  padding: 20px;
  width: 555px;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-left:205px solid #dfcaab;
  margin-left:-205px;

}

#sidebar {
    float: left;
    width:205px;
    background: #dfcaab;
}


#footer {
  float: left;
  color:#FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
  width: 800px;
  background: #678433;
}

#footer a {
    color:#FFFFFF;
    line-height:2;
}

h1 {
  font-size:large;
}