
html
{
 height:100%; 
 max-height:100%; 
 padding:0;
 margin:0; 
 border:0; 
 background:#fff; 
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 /* hide overflow:hidden from IE5/Mac */ 
 /* \*/ 
 overflow: hidden; 
 /* */ 
}

body 
{
 height:100%; 
 max-height:100%;
 overflow:hidden;
 padding:0;
 margin:0;
 border:0;
}

#content
{
   overflow: auto;
   position: absolute;
   z-index: 3;
   top: 90px;
   bottom: 1px;
   left: 150px;
   right: 0px;
   padding-top:2px;
   padding-bottom:1em;
   padding-right:5px;
}

* html #content
{
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   max-height: 100%;
   width: 100%;
   overflow: auto;
   position: absolute;
   z-index: 3;
   border-top: 90px solid #fff;
   /* border-bottom: 88px solid #fff; */
   border-left: 150px solid #fff;
}


#head
{
   position: absolute;
   margin: 0;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   height: 90px;
   z-index: 5;
   overflow: hidden;
}

#foot
{
   position: absolute;
   margin: 0px;
   bottom: 0px;
   left: 0px;
   display: block;
   width: 100%;
   height: 88px;
   z-index: 5;
   overflow: hidden;
}

#left
{
   position: absolute;
   left: 0;
   top: 90px;
   /* bottom: 88px; */
   width: 150px;
   z-index: 4;
   overflow: auto;
}

* html #left
{
 height:100%; 
 top:0; 
 bottom:0; 
 border-top:90px solid #fff; 
 /* border-bottom:88px solid #fff;  */
}

#content p
{
  padding-left:5px;
  padding-right:5px;
}

#foot p, #foot div
{
   padding-left: 150px;
}

