<!--Force IE6 into quirks mode with this comment tag-->

h1,h2,h3,h4,h5,h6 
{
font-family: lucida grand, verdana, arial, sans serif
}

  body { border: 0pt none ;
    margin: 0pt;
    padding: 0pt;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
font-family: lucida grand, verdana, arial, sans serif;

    }

  #framecontent { position: absolute;
    top: 0pt;
    left: 0pt;
    width: 100%;
    height: 100px;
    overflow: hidden;    
color: black;
    background-color: red;
font: bold small-caps 12px Arial;
    }

  #maincontent{
position: fixed; 
top: 100px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background-color: black;
color: orange
}
  .innertube { margin: 15px;
    }

  * html body { padding: 100px 0pt 0pt;
    }

  * html #maincontent { height: 100%;
    width: 100%;
    }
/*horizontal menu stuff follows below*/
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: black;
padding: 7px 9px;
font: bold 12px Arial;
text-decoration: none;
border-right: 1px solid black;
}

.solidblockmenu li a:visited{
color: black;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;
background: transparent url(../images/firetile.jpg) center center repeat-x;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->

