body {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  color: #061c37;
  background-color: #fcfbef;
  background-image: url("images/background.png");
  background-repeat: repeat-x;
}

* {
  margin: 0px auto;
  text-align: left;
}

#container {
  display: block;
  height: auto;
  position: relative;
  width: 940px;
}

#mainpic h1 {
  position: absolute;
  text-align: right;
  font-size: 30px;
  color: #ab970c;
  left: 600px;
  top: 220px;
}

#mainpic h2 {
  position: absolute;
  text-align: right;
  color: #776906;
  left: 600px;
  top: 252px;
}

#mainpic {
  background-image: url("images/main.jpg");
  background-repeat: no-repeat;
  width: 800px;
  height: 340px;
}

.lighter {
  color: #f2d76a;
}

#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: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

#footer {
  width: ;
  height: auto;
}

#footer h3 a, #footer h3 a:visited {
  display: inline;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  color: #f5eb67;
}

a, a:visited {
  color: #e4ca10;
  text-decoration: none;
  font-weight: bold;
}

#menu ul {
  list-style: outside none none;
  padding: 0px;
  margin-left: auto;
  width: 900px;
}

#menu li {
  list-style: outside none none;
  padding: 0px;
  display: inline;
}

#menu a, #menu a:visited {
  float: left;
  width: 150px;
  height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #3c3504;
  font-weight: bold;
  padding-top: 16px;
  font-size: 17px;
}

#menu a:hover {
  color: #b39311;
}

#content p {
}

html, body {
  text-align: center;
}

p {
  text-align: left;
}

