

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#CDC673;
 color: #ffffff;
 }	 
	 
#lh-col{
 position:absolute;
 top:5px;
 left:0;
 width:190px;
 z-index:3;
 background:#CDC673;
 color: #ffffff;
 border: solid #CDC673;
 border-width:0 1px;
}

#rh-col{
 position:absolute;
 top:5px;
 right:30;
 width:190px;
 z-index:2;
 background:#CDC673;
 color: #ffffff;
 border: solid #CDC673;
 border-width:0 1px;
}

#c-block {
top:90px;
 width:100%;
 z-index:1;
 background:#CDC673;
 color: #ffffff;
 height:100%;}

#hdr{
 height:70px; 
 border-bottom:1px solid #CDC673; 
 width:100%; 
 background:#CDC673;
 color: #ffffff; 
 margin:0;
  }

#c-col{
 margin:0 190px 0 190px;
top:0px;
 position:relative;
 background:#CDC673;
 color: #ffffff;
 z-index:5;
 border: solid #CDC673;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #CDC673; 
 border-width:1px 0;
 background:#CDC673;
 color: #ffffff;
 margin:0;
 }
