/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background-image:url(../image/banneLr%20.jpg);
 
 }	 
 
	 
#lh-col{
	position:absolute;
	top:139px;
	left:2px;
	width:200px;
	z-index:3;
	background-image: url(../image/side.jpg);
	background-repeat:repeat-y;
	}

#rh-col{
	position:absolute;
	top:136px;
	right:-11px;
	width:200px;
	z-index:2;
	background-image: url(../image/side.jpg);
	background-repeat:repeat-y;
	text-decoration:none;
	
	}
#rh-col2{
	position:absolute;
	top:16px;
	right:1px;
	width:222px;
	z-index:2;
	height: 206px;
	background-image: url(../image/logo.gif);
	text-decoration:none;
}
#c-block {
 width:100%;
 z-index:1;
 height:80%;}

#hdr{
 height:100px; 
 width:100%; 
 margin:0;
  }
  #links {
	width:100%;
	height:35px;
	position:absolute;
	margin:0;
	top: 45px;
 }

#c-col{
 margin:0 202px 0 202px;
 position:relative;
 z-index:5;
 text-decoration:none;
 }

#ftr {
 width:100%;
 height:35px;
  margin:0;
 }
