/* Layout Stylesheet */ 

body{
 margin:40px;
 color: #333333;
 text-align:center;
 padding:0;
 background-image:
 	url("background.jpg");
 background-repeat: 
 background-attachment: 
 fixed
 }	 
	 
#lh-col{
	position:absolute;
	top:200px;
	left:41px;
	width:140px;
	z-index:3;
	background-image:
 	url("bk.jpg");
 	background-repeat: 
 	background-attachment: 
 	fixed
; 	color: #FFFFFF ;
	height: 237px;
}

#rh-col{
	position:absolute;
	top:200px;
	right:41px;
	width:141px;
	z-index:2;
	background-image:
 	url("bkr.jpg");

 	color: #FFFFFF ;
}

#c-block {
 width:100%;
 z-index:1;
 background-image:
 url("bk.jpg");
 background-repeat: 
 background-attachment: 
 fixed
 color: #FFFFFF ;
 height:auto;}

#hdr{
 height:60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#eeeeee;
 color: #333333; 
 margin:0;
  }

#bar {
 background-image:
 url("bk.jpg");
 color: white;
 border:solid #000000;	


 }
 
#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background-image:
 url("bk.jpg");
 background-repeat: 
 background-attachment: 
 fixed
 color: #FFFFFF ;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#000000;
 color: #333333;
 margin:0;
 }
