

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
	position:absolute;
	top:62px;
	width:150px;
	left:0;
	height: 500x;
	z-index:3;
	background:#808080;
	color: #333333;
	font-size: small;
}

#rh-col{
 position:absolute;
 top:62px;
height: 500px;
 right:0;
 width:150px;
 z-index:2;
 background:#808080;
 color: #333333;}

#c-block {
height: 500px;
	position:relative;
	border: solid #000000;
	border-width: 0px 2px;
	background: #ffffff;
	color: #333333;
	overflow: auto;
	margin:0 150px 0 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;}

#hdr{
 height:60px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#000000;
 color: #ffffff; 
 margin:0;
  }

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

#ftr {
 width:100%;
 height:45px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }
