#navcontainer
{
background: none;
/* border-top: 1px solid #9CC;
border-bottom: 1px solid #9CC; */
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin-top: 4px;
padding: 0px;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 1px;
display: inline;
line-height: 1.2em;
margin: 0px;
padding: 0px;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0px 3px 0px 0px;
padding: 4px 0px 4px 0px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #900;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0px;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
border-bottom: 2px solid #fff;
}

#navlist li#active
{
bottom: 13px;
display: inline;
margin: 0px 3px 0px 0px;
padding: 0px;
position: relative;
border-bottom: 2px solid #fff;
}

html>body #navlist li#active
{
background: #900;
border: 1px solid #FFF;
border-bottom: 2px #9CC;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 1px solid #FFF;
margin: 0px 4px 0px 4px;
border-bottom: 2px solid #fff;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #900;
border: 1px solid #FFF;
border-bottom: 2px #9CC;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 1px solid #FFF;
bottom: 2px;
color: #fff;
cursor: text;
margin: 0px;
padding: 2px 5px 0px 5px;
position: relative;
right: 0px;
}

body {
background-color: #036;
background-image: url('../images/background.jpg');
background-repeat: no-repeat;
background-position:top center;
text-align:center;
font-family: tahoma, arial, sans-serif;
font-size:100%;
letter-spacing:0.05em;
margin: 0px;
padding: 1px 0 1px 0;
}

 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100px;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 1.2em;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
h3
{
background-color: #660000;
color: white;
border:1px solid #fff;
font: normal 22px arial;
text-decoration: underline;
text-align: center;
margin-bottom: -12px;
}
h4
{
font: italic 15px arial;
color: white;
text-align: center;
}
TD
{
font: normal 30px arial;
text-align: center;
}
h5
{
color: yellow;
font: bold 14px arial;
text-decoration: none;
Float: left;
}