/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#ffffef;
 color: #333333;
 }	 
	 
#lh-col{
	position:absolute;
	top:75px;
	left:0px;
	width:140px;
	z-index:3;
	background:#CCCe9a;
	color: #333333;
	border: solid #999900 1px;
	overflow: auto;
	height: 1200px;
	background-color: #99CCCC;
}

#rh-col{
	position:absolute;
	top:74px;
	right:0;
	width:178px;
	z-index:5;
	background:#9cc;
	color: #990000;
	background-color: #99CCCC;
	border: solid #999900 1px;
	overflow: auto;
	height: 1200px;
	left: 827px;
}

#c-block {
	width:100%;
	z-index:1;
	color: #ECE9D8;
	height:80%;
	background-color: #006699;
}

#hdr{
	border-bottom:1px solid #000000;

	width:95.42773 %;
	background:#069;
	color: #990000;
	margin:0;
	border: dashed #fff3ef 20px;
	background-color: #99CCCC;
  }

#c-col{
	margin:0 182px 0 145px;
	position:relative;
	background:#ffffff;
	color: #333333;
	z-index:5;
	border: solid #666 1px;
	border-width:0 1px;
	height: auto;
	visibility: visible;
	width: auto;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#333333;
 color: #ECE9D8;
 margin:0;
 }

