body{
  margin:0;
  padding:100px 0 0 220px;
  color: black; 
  background-color: #CCCC66; 
font-family: Arial, Helvetica, sans-serif
 }

a:link { color: #034213 }
a:visited { color: #31864B }
a:hover { color: purple }
a:active { color: Black }

h1,h2,h3,h4,h5,h6 { 
color: #034213; 
font-weight: bold;}


#menu {width:180px; margin:35px auto 150px auto;}
#menu a {display:block; width:100%; height:35px; line-height:20px; text-decoration:none;  background:url(images/ooze.gif); background-repeat:no-repeat;}
#menu a span {padding-left:35px;}
#menu a:visited {display:block; width:100%; height:35px; cursor:pointer; text-decoration:none;  background:url(images/oozebroken.gif); background-repeat:no-repeat;}
#menu a:hover {display:block; width:100%; height:35px; cursor:pointer; text-decoration:none;  background:url(images/oozeglow.gif); background-repeat:no-repeat;}


 div#header{
  position:absolute;
  top:0;
  left:220px;
  width:500%;
  height:120px;
  background-color: #CCCC66;
 }
 
 div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:200px;
  height:100%;
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  
 /* body>div#left-sidebar{
   position:fixed;
  } */
 }
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
  

  



