body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  background-repeat: repeat-x;
  background-image: url(images/blend.png);
  margin-top: 0;
  padding-top: 0;
  font-size: 80%;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0;
}
#top-banner {
  position: absolute;
  height: 125px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  background-image: url(images/top-banner.png);
}
#content {
  position: relative;
  width: 985px;
  margin-left: auto;
  margin-right: auto;
}
#content-text {
  position: absolute;
  top: 125px;
  width: 470px;
  font-size: 120%;
  font-weight: bold;
  line-height: 110%;
  padding: 0 1em;
  z-index: 40;
}
#footer-image {
  position: absolute;
  top: 423px;
  left: 0px;
}
#menu {
  position: absolute;
  left: 200px;
  top: 100px;
  border: thin solid #808080;
  margin: 0;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu li {
  float: left;
  background: #ddddcc;
  padding: 2px 0;
}
#menu li a:hover {
  background: #6e9c6d;
  color: #ddddcc;
}
#menu li a {
  text-decoration: none;
  padding: 0 5px;
  border-left: 2px solid #040;
  color: #040;
}
#menu li.first a {
  border-left: none;
}
#menu li.here span {
  border-left: 2px solid #040;
  color: #404040;
  margin: 5px 5px 5px 0;
  padding-left: 5px;
}
