html {
  height:100%; 
  max-height:100%; 
  padding:0;
  margin:0; 
  border:0; 
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
  }
body {
  height:100%; 
  max-height:100%; 
  overflow: hidden; 
  margin:0;
  border:0;
  padding:0;
  background: #99cc99; 
  color: black;
  }

#container {
  overflow:auto; 
  position:absolute; 
  top:70px;
  left:140px;
  bottom:70px; 
  right:0; 
  z-index: 3;
  }

* html #container {
  overflow: auto;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  width: 100%; 
  border-top: 70px solid #fff; border-bottom: 70px solid #fff; border-left: 140px solid #fff;
  }

#header {
  position: absolute;
  top: 0; left: 0;
  display: block;
  z-index: 5;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 70px;
  background-color: #006600;
  }

#left
    {
    position: absolute;
    left: 0; top: 70px; bottom: 70px;
    z-index: 4;
    overflow: hidden;
    width: 160px;
    background: #99cc99; 
    }
* html #left
    {
    height: 100%;
    top: 0; bottom: 0;
    border-top: 70px solid #006600;
    border-bottom: 70px solid #fff;
    }

#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  display: block;
  z-index: 5;
  width:100%; 
  height:70px; 
  overflow:hidden; 
  background-color: #006600;
  color: #336600;
  }


/* end of bit that does the work */

h1, h2, h3, h4, h5, h6, h7
 {
  margin: 0;
  padding: 0;
  }
h1
 { 
  font: normal normal bold 26px "Times New Roman" ;
  color: #ffd700;
  text-align: center;
  }
h2
 {
  font: italic normal bold 18px Georgia,"Times New Roman" ;
  text-align: center;
  color: #ffd700;
  word-spacing: 200px;
  } 

h3
 {
  text-align: left;
  margin: 30px 100px;
  font: normal normal bold 18px verdana ;
  color: #000;
  }
h4
 {
  text-align: left;
  margin-left: 200px;
  font: italic normal bold 15px Georgia,"Times New Roman" ;
  }

p
 {
  font: bold 14px verdana ;
  text-align: justify;
  text-indent: 20px;
  margin: 20px 70px 0px 70px;
  padding: 0;
  }

a.nor
 {
  color:  #fff;
  font: normal normal bold 16px Georgia,"Times New Roman";
  text-decoration: none;
  display: block;
  margin: 10px 0 0 10px;
  padding: 5px;
  text-align: right;
  width: 140px; 
  background-color: #006600; 
  }
a.nor:hover
  {
  color: #000;
  background-color: #ddd;
  }
a.sub
  {
  color:  #fff;
  font: normal normal bold 12px Georgia,"Times New Roman";
  text-decoration: none;
  display: block;
  margin: 10px 20px 0 30px;
  padding: 5px;
  text-align: center;
  width: 120px; 
  background-color: green; 
  }
a.sub:hover
  {
  color:  #000;
  background-color: #ddd;
  }

.ima
  {
  text-align: center;
  }

.li
  {
  margin: 10px 5px 100px 0;
  border: 1px solid;
  }
.re
  {
   margin: 100px 0 10px 5px;
   border: 1px solid;
  }
.tel
  {
   margin: 0;
   padding: 0;
   float: right;
  }
table
  {
  font: normal normal normal 14px Verdana;
  }