

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#DAD8C2;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:105px;
 left:0;
 width:150px;
 z-index:3;
 background:#DAD8C2;
 color: #333333;}

#rh-col{
 position:absolute;
 top:105px;
 right:0;
 width:150px;
 z-index:2;
 FONT-FAMILY: Tahoma, Verdana, arial, helvetica, sans-serif;
 FONT-SIZE: small;
 background:#DAD8C2;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#DAD8C2;
 color: #333333;
 height:80%;}

#hdr{
 height:95px;
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#DAD8C2;
 color: #000000; 
 margin:0;
  }

#c-col{
 margin:0 150px 0 150px;
 height:900px;
 position:relative;
 background:#FFFFFF;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#DAD8C2;
 color: #000000;
 margin:0;
 }
