body	{
	color: #000;
	background: #0ff url('../images/rainbow_clouds1.jpg') no-repeat fixed center;
	margin: 25px 0 25px 0;
	padding: 0;
        font-family: "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	font-size:  0.9em;
	line-height: 1.5;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}

.align-right {
	float:right; 
	margin: 0 0 15px 15px;
	}

.align-left {
	float:left; 
	margin: 0 15px 15px 0;
	}

.align-center {
	float:center; 
	margin: 0 15px 15px 0;
	}

.frame {
	padding: 5px; border: 1px solid #aaa;
	}

.topanchor {
	font-size: .6em;
	margin-left: 3em;
	}

a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #036;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #039;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #336;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #336;
	background: transparent;  
	}
	
p, td, li, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6	{
	font-family: "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	font-size:  0.9em;
	line-height: 1.5;
	}

p, li	{
	margin-right: 15px;
	}

h1	{
	font-size: 1.6em;
	font-weight: bold;
	color: #036;
        text-align: left;
	}

h2	{
	font-size: 1.3em;
	font-weight: bold;
	color: #036;
        text-align: left;
	}

h3	{
	font-size: 1.1em;
	font-weight: bold;
	color: #036;
        text-align: left;
	}

h4	{
	font-size: .9em;
	font-weight: bold;
	color: #036;
        text-align: left;
	}

h5	{
	font-size: .8em;
	font-weight: bold;
	color: #036;
        text-align: left;
	}

h6	{
	font-size: .7em;
	font-weight: bold;
	color: #036;
        text-align: left;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
	}

.grey	{
	color: #ccc;
	}

.tan	{
	color: #cc9;
	text-align: center;
	}

.centeralign	{
	text-align: center;
	margin-right: 15px;
	}

.nextline {
	display:block;
	}

.smalltext	{
	font-size: .75em;
	}

#contact	{
	margin-top: 50px;
	}

#contact p	{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size:  0.85em;
	line-height: 1.5;
	}

#contact h3	{
	margin-top: 0;
	margin-bottom: 0;
	}

#footer	{
	margin-top: 25px;
	}

#footer p	{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size:  0.85em;
	line-height: 1.5;
	}

/* Basic page divisions */

#content {
	background-color: #FF3;
	width:800px;
	border-style:none;
	border-width:0;
	border-spacing:2px;
	border-collapse: collapse;
	}

.shadow {
  margin: 0 auto;
}

.primarycontent {
  position: relative;
  bottom: 4px;
  right: 6px;
}

.shadow {
	background-color: #003;
	width:800px;
	}

.primarycontent {
	background-color: #FF3;
	width:800px;
	}

/* Navigation bar components */
	
#nav {
	width: 10em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	background-color: #FF3;
	color: #333;
	}

#nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#nav li { 
	margin: 0;
	}

#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000;
	text-decoration: none;
	width: 100%;
	}

html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	color: #03C;
	}

/* Sub-Navigation for the Tours Page */

#subnav {
	width: 10em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: "Lucinda Grande", Verdana, Lucinda, Arial, Helvetica, sans-serif;
	background-color: #FF3;
	color: #060;
	}

#subnav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#subnav li { 
	margin: 0;
	}

#subnav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #060;
	text-decoration: none;
	width: 100%;
	}

html>body #subnav li a {
	width: auto;
	}

#subnav li a:hover {
	color: #03C;
	}