/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: #26a6af;
 color: #333333;
 font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
 }

@media screen{
			 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #cae9e8;
 color: #333333;
 padding: 0 0 40px 0;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
/* workaround for the peekaboo bug in ie6
*/	
 line-height: 1.2;
 }
}		 

@media print{
#lh-col{
 display: none;
 }
#rh-col{
 }	
}
