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

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


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

#nav{
	position:absolute;
	left: 10px;
	top: 100px;
	width: 80px;
	
}

#nav a {
	display: block;
	padding: 5px;
	width: 80px;
	background-color: #022773;
	border-bottom: 1px solid #A99084;
	font: 12pt times new roman, sans-serif;
	font-weight: bold;
	
	
	
	}
	
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

	
#nav a:hover {
	background-color: #999;
	color: #FFF;
	}

#nav a:visited {
	background-color: #022773;
	color: #FFF;
	text-decoration: none;
	}

#middle {
	position:absolute; 
	left:135px;
	top: 100px;
	width: 360px;
	
	
}	

#middle h2 { 
	font: 14pt times new roman, sans-serif;
	font-weight: bold;
	color: navy;
	border-bottom: 1px solid navy;
	border-left: 1px solid navy;
	padding: 3px;
}

#pictures {
	position:absolute; 
	left:125px;
	top: 100px;
	width: 500px;
	text-align: justify;
	
}	

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

#footer {
	position: absolute;
	left: 125px;
	top: 1024px;
	}

#sidebar { position:absolute;
	left: 509px;
	top: 120px;}


#sidebar2 { position:absolute;
	left: 0px;
	top: 77px;}

.quote { font-style: italic;}




	