/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 } 
 
#lh-col{
 position: absolute;
 top: 187px;
 left: 0px;
 width: 273px;
 border: 1px solid #333333;
 background: #000033;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 1313px;
 z-index: 1;
 }

#rh-col{
	position: absolute;
	top: 187px;
	right: 0px;
	width: 190px;
	border: 1px none #333333;
	background: #c0c0c0 url(../images/Rightside.gif);
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 1313px;
	z-index: 1;
	left: 1100px;

 }

#hdr{
	height:187px;
	background:#eeeeee url(../images/Header.gif);
	color:#333333;
	margin:0;
	padding:0;
	border: solid #333333;
	border-width: 1px 1px 0 1px;
	position: absolute;
	width: 1287px;
	left: 0px;



 } 
      
#c-col{
	position: absolute;
	border: 0px none #333333;
	background: #000033;
	color: #333333;
	z-index: 3;
	width: 900px;
	height: 1313px;
	top: 188px;
	left: 210px;
	margin-top: 0;
	float: left;


 }
