/* CSS Document */
/* CopyRight Bart Leeffers */
/* www.aquadigital.nl */

	body 
	{
		background-color:#99CC66;  
	 	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
		font-size:14px; 
		color:#006633;
	}
	
	p {}
	
	#wrapDiv { 
	
	position: absolute;
 	width: 700px; 
 	height: 460px; 
 	margin-left: -350px; 
 	margin-top: -230px; 
 	top: 50%; 
 	left: 50%;	
	} 
	
	#mainDiv { width:660px; margin: 4px; border: 0px solid #fff; padding: 10px; }  
	
	#adDiv { height: 20px; width:200px; margin: 4px; padding: 10px; border: 0px solid #fff; float:left; text-align:center;}
	#adDiv2 { height: 20px; width:200px; margin: 4px; padding: 10px; border: 0px solid #fff; float:left; text-align:center; }
	#adDiv3 { height: 20px;  width:200px; margin: 4px; padding: 10px; border: 0px solid #fff; float:left; text-align:center; }
	
	#largeLink { font-size:150%; }
	
	a:link { color:#006633; text-decoration: none; }
	a:visited { color:#006633; text-decoration: none; }
	a:hover { color:#000000; text-decoration: none; }

