/* CSS Document */


html {
	background:#000000;
}

* html {
	background:#000000;
}


body {

 	text-align: center;
	margin: 0px;
	height:100%;
	overflow:visible;
}

* html body {
	background-color:#000000;
	overflow:visible;
}

*

/* ====================================== Images specific to Page */

/* Mountain */

#mountain {
	background:url(images/mountain.jpg);
	background-repeat:no-repeat;
	height:768px;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#headerImageMountain {
	float:right;
	background:url(images/mountain_header.jpg) top right;
	width:458px;
	height:122px;
}


/* Space */

#space {
	background:url(images/space.jpg);
	background-repeat:no-repeat;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#headerImageSpace {
	float:right;
	background:url(images/space_header.jpg) top right;
	width:458px;
	height:122px;
}


/* Desert */

#desert {
	background:url(images/desert.jpg);
	background-repeat:no-repeat;
	height:768px;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#headerImageDesert {
	float:right;
	background:url(images/desert_header.jpg) top right;
	width:458px;
	height:122px;
}



/* Coral */

#coral {
	background:url(images/coral.jpg);
	background-repeat:no-repeat;
	height:768px;
	margin-top:-20px; 
 	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#headerImageCoral {
	float:right;
	background:url(images/coral_header.jpg) top right;
	width:458px;
	height:122px;
}


/* Jungle */

#jungle {
	background:url(images/jungle.jpg);
	background-repeat:no-repeat;
	height:768px;
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#headerImageJungle{
	float:right;
	background:url(images/jungle_header.jpg) top right;
	width:458px;
	height:122px;
}

/* =========================================== Positioning */

#siteWrapper {
	
  	text-align:center;
	width:668px;
	margin-left: auto;
  	margin-right: auto;
	padding-top:100px;
	
}

#contentWrapper {
	background:#FFFFFF;
	width:668px;
	text-align:center;
	margin-left: auto;
  	margin-right: auto;
	
}

* html #contentWrapper {
}

#content {
	border:1px solid black;
 	margin:10px 10px 10px 10px;
	position:relative;
	top:10px;
	padding-bottom:10px;
	z-index:3000;
}

* html #content {
	position:relative;
	top:0px;
}



#header {
	text-align:left;
}

#logo {
	text-align:left;
	float:left;
	background:url(images/logo.jpg);
	height:120px;
	width:150px;
	text-indent:-9999px;
	margin-left:20px;
}



#copyWrapper
{
	text-align:left;
	clear:both;
}


#left {
	width:350px;
	padding-right:40px;
	padding-left:30px;
	float:left;
}

#right {
 	width:199px;
	border-left:1px solid black;
	float:left;
	padding-left:15px;
}

#footer {
	clear:both;
	height:20px;
}


/* =============================================== Navigation */

A:link {background: #FFFFFF; text-decoration: underline; color:#666666}
A:visited {background: #FFFFFF; text-decoration: underline; color:#64402A}
A:active {background: #FFFFFF; text-decoration: none; color:#64402A }
A:hover {background: #FFFFFF; text-decoration: none;  color:#64402A }


#nav li {
	list-style-type:none;
	margin-left:-40px;
}



.navigation:link {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}

.navigation:visited {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}

.navigation:active {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}

.navigation:hover {
	font-family:"Times New Roman", Times, serif;
	color:#0081AD;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
}




/* =================================================== Type  */

.copy {
	font-size:13px;
	font-family: "Geneva", Arial, Helvetica, sans-serif; 	
}

.title {
	font-size:20px;
	color:#64402A;
	font-weight:bold;
}

.title2 {
	font-size:16px;
	color:#64402A;
	font-weight:bold;
}

.subtitle {
	font-size:14px;
	color:#0081AD;
	font-weight:bold;
}

.hide {
	text-indent:-9999px;
	display:none;
}


* html .hide {
	display:none;
}
.footer {
	font-size:12px;
}



