
<style>
@media print {

#head {display: none}
#header {display: none}

#menu {display: none}
#content {display: block;
overflow:auto; 
position:absolute; 
 top:0px; bottom:0px; left:0px; right:0px;
 
background:white;}


}

@media screen {
#content {overflow:auto; position:absolute; z-index:3; top:140px; bottom:0px; left:180px; right:0; background:white;}



html {height:100%; 
max-height:100%;
padding:0; 
margin:0; 
border:0; 
background:white; 
font-size:80%; 
font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#head {display:none;}
#menu {top:180px; bottom:0px; left:0px; right:0; background:white;}
#content2 {overflow:auto; position:absolute; z-index:3; top:500px; bottom:0px; left:200px; right:0; background:white;}
* html #content {height:100%; width:100%; top:0; left:0; border-top:110px solid #fff; border-bottom:0px solid #fff; border-left:200px solid #fff;}

* html #header{ z-index:4;}
* html #menu{
    margin-top: 185px;
}


#content p {padding:10px;}
.bold {font-size:1.2em; font-weight:bold;}
pre {color:#c00; margin-left:10px; font-family:"trebuchet ms", "trebuchet", "verdana", sans-serif;}
h2 {margin-left:10px;}
h3 {margin-left:10px;}

 }

/* End of 'fixed' */

</style>