
/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: #808080; color: #333333;
 }	 
	 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #333333;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 180px;
 border: 2px solid #333333;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
 }       
        
#c-col{
 position: relative;
 margin: 20px 220px 20px 220px;
 border: 2px solid #333333;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 z-index: 13;
 }