body {
   font-size: 90%;
}

H1 {
  color: #800000;
}

H2 {
   font-size: 120%;
}

H1, H2, H3 {
  font-family: Arial, Arial, sans-serif;
  font-style: italic;
  color: #0000A0;
  margin: 0; padding: 0;
}


LI, P, UL, BODY {
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  color: #400000;
  margin:0; margin-top: 0.5em; margin-bottom: 0.5em;
}


div.banner, div.stripe {
  xxwidth: 100%;
  margin: 2px;
  background: url(Stoneback.gif);
  border-top: #FFEAD8 solid; border-bottom: #400000 solid; border-left: #400000 solid; border-right: #FFD8A4 solid; 
}

div.banner {
    border-right: none;
}

div.stripe {
   position: relative;
   margin-top: 0.7em;
   margin-bottom: 0.3em;
   padding: 2px;
}

div.banner H1 {
   display: none;
}

div.banner img {
   padding: 0; margin: 0; border: none;
   vertical-align: bottom;
}

.sidebar {
    float: right; 
    min-width:128px; max-width: 20em; width: 30%; 
    padding: 3px; margin-top: 128px; border-left: 1px black solid; margin-right: 10px; margin-left: 3px;
}

H1 * {
   vertical-align: bottom;
}

BODY {
  background: url(90HM6S.GIF);
  margin-left: 130px;
}

div.menu {
   position: absolute;
   left: 0px; top: 0px;
}

body div.menu {
   position: fixed;
}

.menu ul {
    margin: 0; padding: 0;
}

.menu li, .button {
    width: 121px; height:32px; 
    margin:0; padding: 0;
    background: url(buttonface_inactive.jpg) center no-repeat;
    text-align: center;
    position: relative;
    display: block;
}

.menu li, .menu li a, .button {
    color: yellow;
    line-height: 32px;
}

.menu li:hover, .button:hover {
    background: url(buttonface_inactive_hover.jpg) center no-repeat;
}

.button {
    cursor: pointer;
}

.menu li * {
    white-space: nowrap;
   margin: 0; padding: 0;
}

.menu li img {
   margin: 0; padding: 0; vertical-align: baseline;
}

.menu li ul{
    position: absolute;
    top: 0px; left: 120px;
    display: none;
    width: 1999px;
}

.menu li:hover ul, .menu li ul:hover {
    display: block;
}

.menu li li {
    float: left;
}


