﻿body { font-family: Arial;
     background-color: white ;
      margin: 0 ;
      border: 0 ;
      background-color:  darkkhaki; 
      font-size: small;
}

button 
{
    background-color: "blue" ;
    border-width: 4 ;
    border-style: "solid" ;
    border-color: DarkKhaki ;
    border-bottom: "solid 2px black" ;    
}

#lh-col{
 position:absolute;
 top:60px;
 left:0;
 width:140px;
 z-index:3;
 background:#c0c0c0;
 color: #333333;
 height:800px;
 }

#rh-col{
 position:absolute;
 top:81px;
 right:0;
 width:160px;
 z-index:2;
 background:#eeeeee;
 color: #333333;
 height: 600px;
 border: none 0 white;
 }
 
#c-block {
 width:100%;
 z-index:1;
 background:#FFFFFF;
 color: #333333;
 margin: 5px;
 height: 800px;
 top: 110px;
 border-color: #ffffff;
 }

#hdr{
 height:100px;
 position:relative; 
 margin:0px 0px 0px 0px;
 background:#FFFFFF;
 color: #333333; 
}

#c-col{
 margin:10px 164px 0px 5px;
 position:relative;
 background: darkkhaki;
 color: #333333;
 z-index:5;
 border: none #FFFFFF;
 border-width:0 0px;
 height: 500px;
 }

#ftr {
 width:100%;
 position:relative;
 height:35px;
 border-top: solid 1px #000000;
 background: DarkKhaki;
 color: #333333;
 margin:0;
 }

    
