/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#eeeecc;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:215px;
 left:10;
 width:140px;
 padding:5;
 z-index:2;
 background:#eeeeCC;
 color: #000000;}
#rh-col{
 position:absolute;
 top:215px;
 right:0;
 width:280px;
 z-index:2;
 background:#eeeeCC;
 color: #000000;}
#c-block {
 width:85%;
 z-index:1;
 background:#eeeecc;
 color: #000000;
 height:90%;}
#hdr{
 height:215px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#eeeecc;
 color: #eeeecc; 
 margin:0;
  }
#c-col{
 margin:0 142px 0 142px;
 top:69px;
 position:relative;
 background:#eeeecc;
 color: #000000;
 z-index:5;
 border: solid #eeeecc;
 border-width:0 1px;
 }
#ftr {
 width:100%;
 height:35px;
 border: solid #eeeecc; 
 border-width:1px 0;
 background:#eeeecc;
 color: #000000;
 margin:0;
 }
