/*  
Theme Name: ASA Adventures, INC
Author: Rob Parker
Author URI: http://www.dakine-designs.net

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


body {
background: #003366;
padding:0px;
margin:10px;
font: 8pt verdana, sans-serif;
line-height: 150%
color: #000;
}

#middle {
	position:absolute; 
	left:140px;
	top: 100px;
	width: 540px;
	
	
}	

#middle h2 { 
	font-size:10pt;
	font-weight: bold;
	color: navy;
	border-bottom: 1px solid navy;
	border-left: 1px solid navy;
	padding: 3px;
}


#places {
	position:absolute; 
	left: 140px;
	top: 225px;
	width: 810px;
	
	
}




	
