

/* Layout Stylesheet */ 

BODY
{
text-align: center;  
background-image: 
url('bg.jpg');
background-repeat: repeat
font-family='Times New Roman'; 
font-style='Bold'; 
text-decoration='none'; 
font-weight=700;
color : #000000; 
}
html
{
scrollbar-FACE-COLOR: #f9f7e2;
scrollbar-HIGHLIGHT-COLOR: #f9f7e2;
scrollbar-SHADOW-COLOR: #7b7b95 ;
scrollbar-3DLIGHT-COLOR: #f9f7e2;
scrollbar-ARROW-COLOR: #f9f7e2 ;
scrollbar-TRACK-COLOR: #ffffcc;
scrollbar-DARKSHADOW-COLOR: #f9f7e2 
}







	 
#lh-col{
 position: absolute;
 top: 30px;
 left: 20px;
 width: 300px;
 height: 520px;

 border:4px solid #333333;
background-image: 
url('bg.jpg');
 color: #333333;
 margin: 0;
 padding: 0;
 left:20px;
 z-index: 2;
 }

#c-col{
 position: absolute;
 top: 30px;
 left: 325px;
 width: 240px;
 height: 510px;
 border:4px solid #333333;
background-image: 
url('bg.jpg');
 color: #333333;
 padding: 20px;
 z-index: 3;
 }
			
#rh-col{
 position: absolute;
 top: 30px;
 left: 610px;
 width: 300px;
 height: 520px;
 border:4px solid #333333;
background-image: 
url('bg.jpg');
 color: #333333;
 margin: 20;
 padding: 0;

 z-index: 1;
 }
      
#footer{
 position: absolute;
 top: 600px;
 left: 100px;
 width: 700px;
 border: 0px solid #333333;
background-image: 
url('bg.jpg');
 color: #333333;
 margin: 0;
 padding: 0;
 height: 500px;
 z-index: 1;
 }