body {
  margin: 0;
  padding: 0;
  background: #8F765E;
  font: 12px Geneva, Arial, Helvetica, sans-serif;
}

#wrap {
  width: 772px;
  margin: 0 auto;
  background: url("images/bg.jpg") repeat-y;
}

#head {
  width: 660px;
  height: 270px;
  background: url("images/head.png") no-repeat;
  margin: 0 auto;
}

div.separator {
  width: 652px;
  margin: 0 auto;
  border-top: 3px solid #93685A;
  line-height: 1px;
}

#menu {
  width: 660px;
  margin: 0 auto;
  line-height: 32px;
  text-align: center;
  color: #804000;
  padding-top: 5px;
}

#menu a {
  font-size: 11px;
  color: #804000;
  text-decoration: none;
  text-transform: uppercase;
}

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

#foot {
  background: url("images/foot.jpg") no-repeat;
  width: 660px;
  line-height: 82px;
  margin: 0 auto;
  color: #804000;
  text-align: center;
}

#foot p {
  margin: 0;
  padding: 0;
}

#content {
  width: 625px;
  margin: 0 auto;
  line-height: 20px;
  color: #6E4E43;
  padding: 0 10px;
}

#content a {
  color: #804000;
  text-decoration: none;
}

#content a:hover {
  color: #FFF;
}

#contact {
  width: 645px;
  margin: 20px auto;
  color: #6E4E43;
  font-size: 11px;
  border-top: 1px solid #93685A;
  border-bottom: 1px solid #93685A;
  padding: 10px 0;
  text-align: center;
}

.link {
  color: #846D58;
  text-decoration: none;
  line-height: 22px;
}

.link:hover {
  color: #5E4C3D;
}

#right {
  width: 180px;
  float: right;
  background: #D1BEAC;
  padding: 0 10px 10px 10px;
  text-align: center;
  border: 1px solid #BAAA9B;
  margin-top: 10px;
}

#left {
  width: 420px;
  float: left;
}

div.clearer {
  clear: both;
  line-height: 1px;
}