@charset "UTF-8";
/* CSS Document */

p {
	width: 95%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	color: #cc9999;
	font-style: normal;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999966;
	text-decoration:none;
}

a:visited {
	color:#999966;
	font-style: normal;
	text-decoration:none;
	font-size: 10px;
}


a:hover {
	color:#cc9999;
	text-decoration:underline
}

  
a:active {
	color:#cc9999;
	text-decoration:underline
} 



h1 {
	width: 95%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #999966;
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color:#000033;
	margin-top: 0 px;
	margin-bottom: 10px;
}



/************************* Classes *************************/




#Menu {
	z-index: 80;
	width: 95%;
	font-weight: bold;
	margin-top: 10px;
	text-align:center;
	white-space:nowrap;
	list-style-type:none;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#Menu li {display:inline;}

#Menu li a {
	padding:0em .5em;
	color:#999966;
	font-style: normal;
	text-decoration:none;
	font-size: 12px;
}

#Menu li a:hover {
	color:#cc9999;
	text-decoration:underline
}
	


#page {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-image:url(images/elephantslong.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	height:645px;
	width:100%;
	border:dashed 1px #CCCC33;
	overflow:hidden;
	
	}
	
	

#tagline {
	z-index:90;
	width:100%;
	white-space:nowrap;
	position:inherit;
	}
	
#footer {
	z-index:90;
	position:relative;
	margin-top: -20px;
	margin-right:0px;
	width:500;
	text-align:right;
	
	
	}

#logo {
	position:absolute;
	z-index: 90;
	margin-top: 10px;
	margin-right: 10px;
	
	
	}
	
#slideshow {
	z-index:100px;
	position:relative;
	float:right;
	margin-top:25px;
	}

#asterP {
	z-index: 100;
	position: relative;
	float: right;
	margin-top: 0px;
	width:807px;
	height:130;
	}





	