/* Layout Stylesheet */ 
body{
 min-height: 100%;
 width: 100%;
 height: 100%;
 margin: 0;
 padding:0; 
 background:#FFFFFF url(images/background_curve.jpg) no-repeat scroll;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:244px;
 left:0;
 width:204px;
 z-index:3;
 color: #000000;}

#logo{
	position:absolute;
	top:0px;
	right:0;
	width:190px;
	z-index:5;
	color: #000000;
	height: 114px;
}

#rh-col{
	position:absolute;
	top:244px;
	width:180px;
	z-index:2;
	color: #000000;
	right: 0px;
}

#c-block {
 width:100%;
 z-index:1;
 color: #000000;
 height:80%;}

#hdr{
 height:72px; 
 width:100%;
 color: #00828C; 
 margin:0;
  }

#stripe{
	height:23px;
	width:560px;
	color: #FFFFFF;
	margin:0;
	background-image: url(images/stripe.jpg);
	background-repeat: repeat-y;
	top: 94px;
  }

#photostrip{
	height:137px;
	width:100%;
	color: #FFFFFF;
	margin:0;
	background-image: url(images/CHDDS_photostrip.jpg);
	background-repeat: repeat-x;
	top: 93px;
	border: 1px solid #00828C;
  }

#c-col{
	margin:0 185px 0 215px;
	position:relative;
	color: #000000;
	z-index:5;
 }

#ftr {
	width:100%;
	height:22px;
	background:#C3E3E6;
	color: #00828C;
	margin:0;
	padding: 0px;
	position: absolute;
	text-align: center;
 }
