/*
** Adapted from http://www.cssplay.co.uk/layouts/body4.html
*/
html
{
   height: 100%; /* for IE */
   max-height: 100%; /* for other browsers */
   padding: 0;
   margin: 0;
   border: 0;
   background: #fff; /* only in IE */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body
{
   height: 100%; /* for IE */
   max-height: 100%; /* for other browsers */
   overflow: hidden;
   padding: 1em;
   margin: 0;
   border: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: Black;
}

#content
{
   overflow: auto;
   position: absolute;
   z-index: 3;
   top: 200px;
   bottom:1px;
   left:154px;
   right: 0px;
   background-color:White; /*#0066FF;*/
}

* html #content
{
   top:0px;
   left:0px;
   right:0px;
   bottom:0px;
   height:100%;
   max-height:100%;
   width: 100%;
   overflow:auto;
   position:absolute;
   z-index:3;
   border-top:200px solid #fff;
   border-bottom:2px solid #fff;
   border-left:154px solid #fff;
}

#head
{
   position: absolute;
   margin: 0px;
   top: 0px;
   left: 0px;
   display: block;
   width: 100%;
   height: 200px;
   background: url(../images/gradiant.jpg) repeat-x fixed;
   z-index: 5;
   overflow:hidden;
   color: #000;
   min-width: 795px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   /*border-bottom: 0px solid black;*/
   /*right: 0px;*/
   /*padding:0px 0px;*/
}

#foot
{
   position:absolute; 
   margin:0; 
   bottom:0; 
   left:0; 
   display:block; 
   width:100%; 
   height:2px; 
   font-size:1em; 
   z-index:5; 
   overflow:hidden; 
   color:#fff;
}

#left
{
   position:absolute; 
   left:0; 
   top:200px; 
   bottom:2px; 
   width:154px; 
   overflow:auto;
   z-index:4; 
   overflow:hidden;
   padding:1em 0px;
}

* html #left
{
   height:100%; 
   top:0px; 
   bottom:0px; 
   border-top:200px solid #fff; 
   border-bottom:2px solid #fff; 
   /*background: url(../images/green.png) repeat fixed;*/
}
