body {
  background-color: #FFFFCC;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  overflow: auto;
}

div#banner {
  position: relative;
  background-image: url("../images/banner.jpg");
  height: 75px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

div#content {
  margin: 0;
  padding: 0;
  background-image: url("../images/background.gif");
  background-repeat: repeat-y;
  width: 100%;
  background-color: #FFFFCC;
}

.clear {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

div#ad {
  margin-left: 15px;
  margin-bottom: 5px;
}

div#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100%;
  z-index: 2;
  margin-top: 5px;
}

div#menu img {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}

div#menu-items {
  margin-top: 85px;
  margin-left: 10px;
  z-index: 4;
}

div#menu-items h5 {
  color: #FFCC00;
  text-decoration: none;
  font-variant: small-caps;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 12px;
}

div#menu-items a {
  color: #FFCC00;
  text-decoration: none;
  font-variant: small-caps;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 20px;
  margin-left: 1px;
  line-height: 1.4;
}

div#menu-items a:hover {
  color: #FFFFCC;
  font-style: italic;
}

div#menu-items ul {
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 100%; 
}

div#main {
  position: relative;
  left: 150px;
  background-color: #FFFFCC;
  width: 100%;
  z-index: 1;
}

div#main ul {
  list-style-image: url("../images/listheader.gif");
  color: #FFCC00;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 170%;
  margin-left: 64px;
  margin-top: 10px;
  margin-bottom: 1px;
}

div#main h1 {
  color: #FFCC00;
  font-family: trebuchet, verdana, arial, sans-serif;
  font-size: 170%;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 1px;
}

div#main p {
  font-family: verdana, arial, trebuchet, sans-serif;
  font-size: 90%;
  color: #000000;
  margin-top: 5px; 
  margin-right: 175px;
  margin-bottom: 5px;
  margin-left: 67px;
}

div#main hr {
  border: 0;
  color: #CCCCFE;
  height: 1px;
  text-align: left;
  margin-left: 15px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 175px;
}
