html {
  margin: 0;
  padding: 0;
}

body {
  background: #7a342a url('../images/bg.jpg') repeat-y top center;
  font-family: Verdana, serif;
  color: #7a342a;
  font-size: 12px;
}

div#nav {
  margin: 50px 0px 0px 0px;
}

div#content {
  width: 915px;
}

div#main_body {
  margin: 0px 0px 0px 0px;
}

div#left {
  float: left;
  width: 203px;
}

div#page {
  width: 911px;
}

div#leaves_bottom {
  height: 258px;
  width: 631px;
  position: absolute;
  margin: 500px 0px 0px 200px;
  background: transparent url('../images/leaves_bottom.gif') no-repeat bottom right;
}

div#leaves_right {
  width: 93px;
  height: 406px;
  position: absolute;
  margin: 130px 0px 0px 890px;
  background: transparent url('../images/leaves_right.gif') no-repeat;
}

div#main_content {
  float: right;
  width: 710px;
  height: 501px;
  background: transparent url('../images/content_bg.gif') no-repeat top left;
}

div#content-area {
  margin: 45px 45px 70px 45px;
  padding: 0px 10px 0px 0px;
  width: 620px;
  height: 400px;
  overflow: auto;
  color: #dcd4b9;
}

a:link, a:visited {
  color: #d48e53;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

map { display: none; }
