
body {
  margin: 0;
  padding: 0;
  background-image: url(images/back.png);
  color: #ffffff;
  background-color: #644627;
  line-height: 120%;
  font-size: 18px;
  background-repeat: repeat;
  background-position: left top;
  font-family: "eras light itc",sans-serif;
}
#page {
  margin: auto;
  width: 900px;
  background-image: url(images/page.png);
  background-color: #644627;
  background-position: left bottom;
}
#header {
  clear: both;
  width: 850px;
  height: 132px;
  background-image: url(images/header.png);
  padding-top: 20px;
  padding-left: 35px;
}
#sidebarnav {
  margin-top: 10px;
}
#sidebarnav a {
  width: 200px;
  display: block;
  clear: both;
  padding-left: 20px;
  padding-top: 6px;
  height: 25px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 3px;
  font-size: 110%;
}
#sidebarnav a:hover {
  background-color: #312314;
  text-decoration: none;
  color: #ffffff;
}
#sidebarnav a.active, #sidebarnav a.active:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #5b2b07;
}
#mainarea {
  width: 870px;
  clear: both;
  padding-left: 40px;
}
#contentarea {
  width: 523px;
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.8px;
  font-family: "eras light itc",sans-serif;
}
#sidebar {
  float: left;
  background-image: url(images/sidebartop.png);
  background-repeat: no-repeat;
  line-height: 14pt;
  background-position: left top;
  width: 296px;
  padding-right: 1px;
  padding-left: 1px;
  letter-spacing: 0.8px;
}
.widget {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.8px;
  padding-left: 1px;
}
#footer {
  width: 900px;
  clear: both;
  text-align: center;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-top: 40px;
  line-height: 120%;
  font-size: 16px;
}
h1, h1 a {
  margin: 0;
  color: #ffffff;
  font-size: xx-large;
  font-family: "Baskerville Old Face";
  font-weight: bold;
  letter-spacing: 0.5px;
}
h2 {
  color: #ffffff;
  padding-top: 4px;
  font-family: "Baskerville Old Face";
  font-size: large;
  letter-spacing: 0.5px;
}
.description {
  margin: 0;
  font-size: 14pt;
  color: #ffffff;
}
a {
  color: #ffffcc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
