    body { 
       margin: 0px;
       background-color: #ebe1a7;    
       color: black;
    }
    #panel {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 300px;
      height: 200px;
      background: url(panel-1.gif) 0 0 no-repeat; 
      z-index: 2;
    }
    div#banner {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 80px;
      margin: 0px;
      padding: 0px;
      background: transparent url(banner.png) repeat-x; 
      z-index: 1;
    }

    #banner h1 {
      text-align: right;
      padding: 10px 10px 0px 0px;
      margin: 0px;
      color: gold;
      font: 22px sans-serif;
      font-style: bold;
      letter-spacing: 0.3em;
      text-transform: lowercase;
      z-index: 1;
    }
    
    #banner p {
      text-align: right;
      padding: 0px 10px 0px 10px;
      margin: 0px;
      color: gold;
      font: 12px serif;
      font-style: italic;
      letter-spacing: 0.3em;
      text-transform: lowercase;
      z-index: 1;    
    }

    div#right {
      position: absolute;
      top: 80px;
      right: 10px;
      width: 180px;
    }
    
    div#right #blk {
      font: 11px sans-serif;
      padding-left: 1em;
      padding-right: 1em;
      margin-top: 1em;
      background-color: #e3d89d;
      border: 2px gold outset;
    }
    
    div#blk a, a:link, a:visited {
      color: brown;
    }

    div#blk a:hover {
      color: green;
    }
    
    div#right h1 {
      font: 13px serif;
      font-style: bold;
      color: #b56916;
      letter-spacing: 0.3em;
      text-transform: lowercase;
    }
        
    div#content {
      position: absolute;
      top: 70px;
      left: 140px;
      right: 220px;

    }
    
    div#content h1 {
      margin-left: 3em;
      margin-right: 200px;
      color: #b56916;
      font: 18px bold helvetica, sans-serif;
      letter-spacing: 0.1em;
      border-bottom: 1px dotted #b56916;
    }

    div#content h2 {
      margin-left: 0em;
      margin-right: 200px;
      color: #b56916;
      font: 18px bold helvetica, sans-serif;
      letter-spacing: 0.1em;
      border-bottom: 1px dotted #b56916;
    }
    
    div#content h3 {
      margin-left: 0em;
      margin-right: 200px;
      color: #b56916;
      font: 14px bold helvetica, sans-serif;
      letter-spacing: 0.1em;
      border-bottom: 1px dotted #b56916;
    }

        
    div#content p.fst {
      margin-left: 2em;
    }
    
    div#content p {
      font: 13px sans-serif;
    }
    
    div#content p.copy {
      font: 10px sans-serif;
    } 
    
    div#content li {
      font: 12px sans-serif;
    }
    
    div#content a, a:link, a:visited {
      color: brown;
    }

    div#content a:hover {
      color: green;
    }
    
    div#content p.note {
      font: 11px sans-serif;
      font-style: italic;
    }
        
    div#menu {
       position: absolute;
       top: 140px;
       left: 0px;
       margin: 0px;
       background: transparent url(menu.png) repeat-y;
       width: 124px;
       height: 400px;
       padding: 12px;
       padding-top: 50px; 
       font: 14px sans-serif;    
       color: gold;
       z-index: 10;
    }
    #menu h1 {
       font: 14px normal sans-serif;
       margin-right: 30px;
       border-bottom: 1px dotted gold;
    }
    div#menu ul {
       margin-left: 0px;
       padding-left: 10px;

    }
    div#menu li {
       list-style-type: none;
       text-transform: lowercase;
    }
    div#menu a:link, a:visited {
      color: gold;
      text-decoration: none;
    }
    div#menu a:hover {
      color: gold;
      font-weight: bold;
      text-decoration: bold;
    }

    div#menu #selected {
      color: gold;
      font-weight: bold;
      text-decoration: bold;
    }

    div#menu p {
      margin-top: 4em;
      font: 10px normal sans-serif;
    }
    
