

/* Layout Stylesheet */ 

html, body { height: 100%; }
body{ margin: 0; padding:0; background: #feffff; color: #333333; }

#lh-col { position: absolute; top: 0; left: 20px; border: solid 1px; color: #333333; background-color: #666c73; width: 200px; margin: 0; padding: 0; height: 100%; z-index: 1; overflow: visible; min-height: 100%; }
			
#rh-col{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 180px;
	border: solid 1px #999;
	background: #f5f5f5;
	color: #333333;
	margin: 0;
	height: auto;
	z-index: 3;
	overflow: hidden;
	padding: 0 0 10px; }
      
#c-col{
	margin: 0 240px 20px ;
	background: #ffffff;
	color: #333333;
	height: 100%;
	padding: 10px 40px 20px 20px;
	z-index: 2; }

