#contentBG {
  background: #000 url('../images/contentBG.jpg');
  background-repeat: no-repeat;
  background-position: top;
}

#contentArea {
  min-height: 240px;
  height: auto !important;
  height: 240px;
  background-image: url('../images/portrait.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
}

ul.menu {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu a {
  display: inline-block;
  padding: 3px 7px;
  margin: 7px 0 7px 0px;
  font-size: 240%;
  line-height: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #FFDA2B;
  color: #b00;
}

ul.menu a.active {
  background-color: #7D93B2;
  color: #FFF;
}

ul.menu a:hover {text-decoration: underline;}

ul.rightmenu a {float: right;}

p {
  line-height: 1.6em;
  font-family: Verdana;
  font-size: 100%;
}

#contentArea ul li {line-height: 1.6em; font-size: 110%;}

#footer {
  background-color: #b00;
  padding: 0.1em;
  line-height: 100%;
  font-size: 90%;
  letter-spacing: 1px;
  font-weight: bold;
}
