html {background:#ffcc00 url(spiral.jpg);
   background-position: 0px 0px;
   background-repeat: no-repeat;
   background-attachment: fixed;
   color:black;width:100%;}
body {margin:3em;padding:0px;
background:#ffffee url(spiral2.jpg);
   background-position: 0px 0px;
   background-attachment: fixed;
   color:black;
   border:1px solid black;}
body, td {font-family:sans-serif;font-size:10pt;}
#topbanner {background:#ffcc99 url(spiral3.jpg);
   background-position: 0px 0px;
   background-attachment: fixed;
   margin:0px;display:block;padding:0.5em;text-align:center;border:1px solid black;color:#990000;
   width:auto;}
#main {/*background:#ffffee url(spiral2.jpg);
   background-position: 0px 0px;
   background-attachment: fixed;
   color:black;
   border:1px solid black;
   display:inline-block;*/
   position:relative;
   }
#content {margin-left:20%;padding:1mm;display:block;}
#navbar {width:20%;float:left;border-right:1px dashed #eebbbb;border-bottom:1px dashed #eebbbb;position:relative;}
#navbar li {margin:0px;list-style:none;padding:0px;}
#navbar li a {color:#cc0000;text-decoration:none;width:100%;display:block;}
#navbar li a:hover {background:#eebb00;}
#navbar ul {margin-left:0.3em;padding:0px;}
.clearall {}
#navbar dl {margin-top:0em;}
#navbar dd {margin-left:0.5em;}
#navbar dt {font-weight:bold;font-style:italic;color:#990000;}

.box {border:1px dashed #eebbbb;}

#content:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
