body, html {
   margin: 0;
   padding: 0;
   }
body {
   background: #e1e4d8;
/* background: #e3e9d3; */
/* background: #c08290;
   url(swirls.jpg) stolen from www.grsites.com but looks fairly ugly */
   color: #000000;
   font: 100% 'Trebuchet MS', Verdana, Arial, sans-serif;
   text-align: center;
   }

#skip {
   display: none;
   }

#content {
   background: #fafafa;
   color: #000000;
/* border: solid 1px #c0c0c0; */
   border: solid 1px #caba9b;
   padding: 1em;
   margin: 3em auto 2em auto;
   width: 30em;
   text-align: left;
   z-index: 100;
   }
#content h1 {
   margin: 0;
   border-bottom: solid 1px #d3c6ab;
   font: oblique 3em 'Georgia', 'Times New Roman', Times, serif;
   line-height: 0.8em;
   margin: 0.1em 0 0.3em 0;
   }
#content p {
   font: 1em 'Trebuchet MS', Verdana, Arial, sans-serif;
   margin: 0.9em 0 0 0;
   }
#content a {
   font: oblique 1em 'Georgia', 'Times New Roman', Times, serif;
   text-decoration: none;
   color: #333333;
   background: #e5decd;
   padding: 0 0.1em 0 0.1em;
   border-bottom: solid 1px #caba9b;
   }
#content a:hover {
   color: #000000;
   background: #eee9dd;
   border-bottom: solid 1px #d3c6ab;
   }
#content a:active {
   color: #ffffff;
   background: #555555;
   border-bottom: solid 1px #555555;
   }

#navigation {
/* background: #a0a0a0 url(greyfade.gif) repeat-x bottom; */
   background: #afc082;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 2em;
   overflow: hidden;
   padding: 0;
   margin: 0;
   list-style: none;
   white-space: nowrap;
   }
#navigation li {
   display: inline;
   }
#navigation a {
   text-decoration: none;
   font: bold 1em 'Georgia', 'Times New Roman', Times, serif;
   text-transform: uppercase;
   color: #444444;
   background: #e5decd;
   line-height: 1.9em;
   padding: 0.1em 0.3em 0.1em 0.3em;
   margin: 0 0.3em 0 0.3em;
   border: solid 1px #afc082;
   }
#navigation a:hover {
   color: #000000;
   background: #eee9dd;
   }
#navigation a:active {
   background: #555555;
   color: #ffffff;
   border: solid 1px #ffffff;
   }

* html #navigation {
   position: absolute;
   }