body{
  font-family: verdana, sans-serif;
  font-size: small;
  background: #787170;
  margin: 0;
}
div.wrap{
  width: 762px;
  margin:0px;
  background: url(../images/backdrop.gif) repeat-y;
}
#contentArea{
  width: 545px;
  padding-left: 15px;
  border-left: 3px #333 solid;
  float: right;
}
#contentArea p{
  padding: 10px;
}
#contentArea h1{
  margin: 10px 0px 20px 0px;
  font-size: 120%;
  text-indent: 20px;
}
#contentArea h2{
  font-size: 110%;
  border-bottom: #806640 solid 1px;
  margin: 5px 0px 0px 0px;
  text-indent: 20px;
}
#contentArea li p{
  margin: 0px;
  padding: 2px 5px;
}
#menu{
  list-style: none;
  padding-left: 0;
}
#menu a.gallery{
  display: block;
  line-height: 25px;
  text-decoration: none;
  border: 1px solid #3FB2FF;
  margin: 0px;
  text-indent: 10px;
  color: #eee;
  background-color: #333;
  opacity: .65;
  filter:alpha(opacity=65);
}
#menu a.gallery:hover{
  text-indent: 28px;
  background: #99d url(../images/activeMenuArrow.gif) no-repeat 5px 5px;
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
#menu li{
  margin: 0px;
  padding: 0px;
}
#menu li h2{
  font-size: 10.5pt;
  margin: 0px;
  padding: 5px;
  line-height: 20px;
  background: url(../images/smallHeadline.gif) no-repeat 5px 8px #333;
  text-indent: 25px;
}
#menu li h2 a{
  color: #eee;
  text-decoration: none;
}
#menu li h2 a:hover{
  text-decoration: underline;
}
#menu p{
  margin: 0px;
  padding: 5px;
  font-weight:bold;
  font-size: 9.5pt;
}
#menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#menuArea{
  background: url(../images/menu.gif) no-repeat;
  width: 200px;
  color: #dbcfe6;
  margin: 0;
  padding: 0;
}
#menu{
  margin: 0;
}
div.feature{
  color: #eee;
  height: 150px;
  margin: 40px 0px 40px 0px;
}
div.feature h3, div.feature p{
  width: 295px;
  float: left;
  margin: 0px;
  padding: 0px;
  color: #333;
}
div.feature h3{
  font-weight: bold;
  font-size: 10pt;
}
div.feature p{
  text-align: justify;
}
div.feature img{
  float: right;
  margin: 0px;
  border: none;
  margin-right: 20px;
}
div.clear{
  clear: both;
}
#contentArea  div.notice h2{
  text-indent: 0px;
  font-size: 9.5pt;
  border: none;
}
div.notice{
  background: #eea;
  margin: 0px 20px 0px 0px;
padding: 10px;
  border: 2px dashed #333
}
div.notice ul,div.notice ul li{
  list-style: none;
  padding: 0px;
  margin: 10px 0px 10px 20px;
}
div.notice ul li.bullet{
  list-style: disc outside none;
}