/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: #006666;
  color: #333333;
  background-color: #330000;
  background-image: url(images/abc.gif)
}
	 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
  background-color: transparent ;
  border: none #333333
}

#rh-col{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 140px;
 border: none #333333;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
  background-color: transparent
}
        
#c-col{
 position: relative;
 margin: 20px 220px 20px 220px;
 border: 2px solid #333333;
 color: #333333;
 padding: 20px;
 z-index: 13;
  background-image: url(images/primary_writing.jpg);
  
}
