/* Layout Stylesheet */ 
#leftColumn{
 position:absolute;
 top:210px;
 left:0;
 width:150px;
 z-index:3;
}
#rightColumn{
 position:absolute;
 top:211px;
 left:790px;
 width:150px;
 z-index:2;
}

#centerBlock {
 width:100%;
 z-index:1;
 height:80%;
}

#centerColumn{
 position:absolute;
 top:211px;
 left:205px;
 z-index:5;
 width:540px;
 padding: 5px 5px 5px 5px;
 }
#headerDiv{
 height:210px; 
 width:100%; 
 margin:0;
  }
#footerDiv {
 position:relative;
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 margin-top:200px;
 padding-top:20px;
 }
