
/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: background-image:url(newclouds.jpg);
 }	 
	 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 170px;
 border: 0px solid #333333;
 background: background-image:url(newclouds.jpg);
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 600px;
 }

#rh-col{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 170px;
 border: 0px solid #333333;
 background: background-image:url(newclouds.jpg);
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
 }       
        
#c-col{
 position: relative;
 width: 230px	
 margin: 0;
 border: 0px solid #333333;
 background: background-image:url(newclouds.jpg); #ffffff;
 color: #333333;
 text-align:left;color:#ffffff;
 padding: top 0px; 
 padding: right 0px; 
 padding: left 0px;
 z-index: 13;
 }
