
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #ccffff;
 color: #333333;
 }
		 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 background: #ccffff;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 max-width: 750;
 background: #ccffff;
 background-image:  url("Background2.jpg");
 background-attachment: Fixed;
 color: #333333;
 padding: 20px;
 }
 
 ul.dot{
 list-style-image: url(wood_dot2.gif) 
 }