/* Layout Stylesheet */ 

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0; 
	background:  url(../images/white-background.gif);
 }	 

#lh-col{
	position:absolute;
	top:185px;
	left:0;
	width:160px;
	z-index:2;
	padding-left : 10px;
}

#rh-col{
	position:absolute;
	top:180px;
	right:0;
	width:170px;
	z-index:1;
}

#c-block {
	width:100%;
	z-index:1;
	color: #333333;
	height:80%;
}

#hdr{
	height:150px;
	border-bottom:1px solid #000000;
	width:100%;
	background: url(../images/bkg-header.jpg);
	color: #333333;
	margin:0;
  }

#hdr2{
	height:30px;
	background: url(../images/navbar-bkg.jpg);
	color:#A42851;
	border:solid #000000;
	border-width:1px 0px;
	margin:0px 0 0 0;
 }

#c-col{
	margin:0 180px 0 170px;
	padding: 0px 15px 0px 15px;
	position:relative;
	background:#ffffff;
	z-index:5;
	border: solid #003366;
	border-width:0 1px;
	/*width: 80%;*/
	min-height: 1200px;


 }

#c1-col{
	margin:0 0px 0 170px;
	position:relative;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #003366;
	border-width:0 1px;
 }

#c0-col{
	margin:0 0px 0 0px;
	position:relative;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #003366;
	border-width:0 1px;
 }

#ftr {
	width:100%;
	height:30px;
	border: solid #003366;   
	border-width:1px 0px;
	background: url(../images/footer-bkg.jpg) repeat;
	z-index:5;
	margin:0;
 }

