/*  
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: #fff;
padding:0px;
margin:10px;
font: 8pt verdana, sans-serif;
line-height: 150%
color: #000;
}

#nav{
	position:absolute;
	left: 10px;
	top: 100px;
	width: 160px;
	border-left: 1px solid pink;
}

#nav a {
	display: block;
	float: left;
	padding: 5px;
	width: 160px;
	background-color: navy;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	}
	
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

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

#nav a:visited {
	background-color: navy;
	color: #999;
	text-decoration: none;
	}

#middle {
	position:absolute; 
	left:5px;
	top: 0px;
	width: 400px;
	text-align: justify;
	
}	

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

#quickinfo {
	position: absolute;
	left: 10px;
	top: 350px;
	width: 160px;
	background-color: silver;
	border: 2px solid black;
	padding: 5px;
	}

#quickinfo h2 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted navy;
	}

#sidebar { position:absolute;
	left: 700px;
	top: 100px;}

.quote { font-style: italic;}




	
