/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 }	
#top {  height:205px; width:100%; background-image: url(../images/bg4.jpg); background-repeat:repeat-x; float:left; }
	 
#lh-col{
 position:absolute;
 top:255px;
 left:0;
 width:21%;
 background:#000000;
 color: #ffffff;}

#rh-col{
 position:absolute;
 top:244px;
 right:0;
 width:19%;

 background:#000000;
 color: #ffffff;}

#c-block {
 width:100%;
 background:#000000;
 color: #333333;
}

#hdr{

 border-bottom:2px solid #ffffff; 
  border-top:0px solid; 
 width:100%;
 background:#eeeeee;
 color: #ffffff; 
 margin:0;
  }

#c-col{
	margin:183px 142px 0px 142px;
	position:relative;
	background:#ffffff;
	color: #333333;
	width: 550px;
	left: 7%;
	z-index: 1;
 }

#ftr {
 width:100%;
 height:15px;
 background:#ffffff;

 }
