

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#ffffff;
 }	 
	 
#lh-col{
 position:absolute;
 top:128px;
 left:0;
 width:152px;
 z-index:3;
}

#rh-col{
 position:absolute;
 top:128px;
 left:500px;
 width:216px;
 z-index:2;
}

#c-block {
 width:715px;
 z-index:1;
 background:#ffffff;
 height:80%;}

#hdr{
 height:126px; 
 width:715px; 
 margin:0;
  }

#c-col{
 width:347px;
 margin:0 142px 0 152px;
 position:relative;
 background:#ffffff;
 z-index:5;
 }

#ftr {
 width:715px;
 height:75px;
 margin:0;
 }

