/* Layout Stylesheet */ 

body {
 font-family:verdana, sans-serif; 
 font-size:16px;  
 background: #808080;
 color: #333333;
 margin: 20px;
 border:0;
 }
 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 170px;
 height: 773px;
 background: #ffffff;
 }

#c-col{
	position: relative;
	margin: 0 170px 0 170px;
	height: 773px;
	background: #ffffff;
	color: #333333;
	top: 0px;
 }

#rh-col{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 170px;
 background: #ffffff;
 height: 773px;
 }
 
 #full{
 background: #ffffff;
 }
