/* Layout Stylesheet */ 

body{
 margin: 0; 
 padding:0;
 background: #fff;
 }
	 
#lh-col{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 150px;
 border: 0px dotted #333333;
 background: #006;
 color: #fff;
 margin: 0;
 padding: 0;
 /*height: 500px;*/
 z-index: 2;
 }
			
#rh-col{
 position: absolute;
 top: 0px;
 right: 1px;
 width: 175px;
 border-left: 1px solid #333;
 border-bottom: 1px solid #333;
 background: #fff;
 color: #333333;
 margin: 0;
 padding: 0;
 z-index: 1;
 }

#head, #c-col, #foot{
	position: relative;
	margin: 0px 190px 0px 155px;
	background: #ffffff;
	color: #333333;
	padding: 0px;
}

#head{
	/*border-bottom: 1px dotted #333333;*/
	z-index: 5;
 }
      
#c-col{
	border: 0px solid #333333;
	z-index: 3;
 }
 
#foot{
	/*border-top: 1px dotted #333333;*/
	background:none;
	z-index: 1;
 }