/* Layout Stylesheet */ 



/*BODY*/ 
body{

position:absolute;
left:50%;
width: 100%;
margin-left: -575px;
margin-top: 0 ;
padding:0; 
background:#0d0f13;

 }	 
	
/*background disabled*/ 
 
/*
#bg_image {
margin-top: 0px ;
padding:0;
width: 1600;
height: 1100;
bottom: 0px;
left: 0px;
position: fixed;
z-index: 0;
}
*/	

	
	
 /*centerBOX*/ 
#c-block {
	width:1600px;
	left:-350px;
	z-index:1;
	/*background:#c0c0c0;*/ 
 color: #333333;
	height:100%;
}
	





/*COLUMNS*/ 
 /*LEFT*/ 
 
#lh-col{
	position:absolute;
	top:125px;
	left:-350px;
	width:550px;
	z-index:3;
	/* background:#ffffff;*/ 
	color: #333333;
	height: 905px;
}

/*CENTER*/ 
#c-col{
	position:relative;
	top: 140px;
	width:750px;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #000000;
	border-width:0px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 125px;
	margin-left: 200px;
 }

/*RIGHT*/ 
#rh-col{
	position:absolute;
	top:140px;
	right:auto;
	width:1500px;
	z-index:6;
	left: 950px;
}





 /*header*/ 
#hdr{
	height:125px;
	border-bottom:0px;
	width:1600px;
	margin: 0px;
	visibility: visible;
	position: absolute;
	left: -500px;
	top: 0px;
  }


 /*footer*/ 
#ftr {
	width:1600px;
	height:210px;
	margin:0;
	position: relative;
	left: -500px;
	bottom: auto;
	z-index: 7;
 }
 
 #ftrprog {
	width:1600px;
	height:210px;
	margin:0;
	position: relative;
	left: -700px;
	bottom: auto;
	z-index: 7;
 }



iframe { overflow-x: hidden;
overflow-y: no; }
