body {
  margin: 0;
  padding: 0;
  background: #eeefe4 repeat-x scroll 0% 50%;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 13px;
  color: #061c37;
}
* {
  margin: 0 auto;
  text-align: left;
}
#container {
  display: block;
  height: auto;
  position: relative;
  width: 940px;
}
#mainpic {
  background-repeat: no-repeat;
  width: 580px;
  background-image: url(images/banner.jpg);
  height: 260px;
}
.off {
  color: #3a6028;
}
#menu {
  background-image: url(images/menu.png);
  background-repeat: no-repeat;
  width: 940px;
  height: 69px;
  float: left;
  clear: both;
}
#content {
  width: 880px;
  height: auto;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
#footer {
  width: inherit;
  height: auto;
}
#footer h3 a, #footer h3 a:visited {
  display: inline;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #7198e1;
}
#menu ul {
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin-left: auto;
  width: 900px;
}
#menu li {
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
#menu a {
  float: left;
  width: 125px;
  height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding-top: 17px;
  font-size: 15px;
}
#menu a:hover {
  color: #bee399;
}
#content p {
}
html, body {
  text-align: center;
}
p {
  text-align: left;
  margin-bottom: 1em;
}
