body{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background-color: #2f2f2f;
    height: 100%;
    font-size: 90%;
    line-height: 150%;
}

a:link{
	text-decoration: none;
	color: RGB(127, 163, 63);
}

a:hover{
    text-decoration: underline;
}

a:visited{
	text-decoration: none;
	color: RGB(127, 163, 63);
}

img { 
    border: 0px none; 
    } 
    


h1{
	font-style: normal;
	font-weight: normal;
	font-size: 150%;
}

h2{
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 120%;
	color: #051c00;
}

p{
	padding-top: 0px;
	margin-top: 0px;
}







#container{
	background-color: white;
	height: 200%;
	margin: -10px -10px -10px -10px;
}







#header{
	padding-top: 10px;
	background-color: #073300;
	background-image: URL(headerbg.png);	
}

#header img{
	padding-left: 10px;
	padding-bottom: 10px;
}

#navigation ul{
    background-color: #051c00;
	float:left;
	width: 100%;
    list-style: none;
    margin-top: -5px;
	display: inline;
	margin-left: 0px;
}


#navigation li{
	background-color: #051c00;
	display:inline;
}

#navigation li a{
	Float: left;
	padding: 1em 1em;
	display: inline;
}





#main{
	clear: both;
	background-color: white;
	margin: 20px 0px 20px 0px;
	padding-top: 20px;
}

#text{
	margin: 30px 200px 20px 280px;
}

#orangutan img{
	float:left;
	margin-left: 40px;
	margin-top: 30px;
}


#footer{
	background-repeat: repeat-x;
	font-size: 75%;
	margin-top: 60px;
	height: 100px;
	clear: both;
    background: URL(footerbg.png) 0 bottom;
}

ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

li{
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

#copyright{
	line-height: normal;
	color: #6b7f66;
	margin-left: 10px;
	margin-right: 280px;
	
}


#footer ul{
    background-color: #051c00;
	float:left;
	width: 100%;
    list-style: none;
    margin-top: -5px;
	display: inline;
	margin-left: 0px;

}


#footer li{
	background-color: #051c00;
	display:inline;
}

#footer li a{
	Float: left;
	padding: 1em 1em;
}









#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

