body {
  background-color: #fffefe;
  color: #29231f;
  margin: 0;
  font-family: Arial, sans-serif;
}

#holder {
  background: #fffefe url(../images/bg.jpg) repeat-x;
  color: #29231f;
  width: 780px;
  margin: 0 auto;
}

h2 {
  display: inline;
  color: #9cc324;
  font-weight: normal;
  font-size: 110%;
}

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

a:active, a:hover {
  text-decoration: underline;
  color: #29231f;
}

#header {
  padding: 10px 10px 0 10px;
  height: 125px;
}

#header img {
  padding: 0px 30px 10px 0;
}

#menu {
  font-size: 70%;
  height: 20px;
}

#menu a {
  color: #fffefe;
}

#sidebar {
  clear: left;
  float: left;
  width: 200px;
  padding: 0 20px 0 0;
  margin-top: -7px;
  font-size: 80%;
}

#sidebar ul li {
  margin: 10px 0;
}

#content {
  float: left;
  clear: none;
  width: 540px;
  font-size: 80%;
  padding: 0 10px 10px 0;
}

#prefooter {
  clear: both;
  font-size: 60%;
  padding: 0px 20px;
}

#footer {
  clear: both;
  text-align: center;
  padding: 30px 10px 10px;
  font-size: 75%;
  background: #b8ce11 url(../images/bottom_drop_shadow.gif) repeat-x 0% 0%;
}

.thislink {
  color: #9cc324;
}

.spring {
  color: #FFF;
}

.legallink {
  color: #29231f;
}

.first {
  color: #9cc324;
}

.copyright {
  font-size: smaller;
  color: #fffefe;
}

.normal {
  font-size: 120%;
  color: #29231f;
  font-weight: bold;
}
