/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#ffffff;
 color: #333333;
}	 
	 
#lh-col{
 position:absolute;
 top:100px;
 left:0;
 width:140px;
 z-index:3;
 background:#ffffff;
 color: #333333;
 }

#rh-col{
 position:absolute;
 top:100px;
 right:0;
 width:142px;
 z-index:2;
 background-color:#ffffff;
 color: #333333;
 }

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

#hdr{
	height: 100px;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	background-color: #ffffff ;
	color: #333333;
	margin-top: 0;
	background-image: url(header1a.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background-color:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #ffffff;
 border-width:0 1px;
 }

#ftr {
	/*height: 35px;*/
	color: #000000;
	margin-top: 0;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #ffffff;
	background-image: url(footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}