body {
	margin: 0;
	text-align:center;
}

#container {
	width: 949px;
	margin: 0 auto;
	text-align:left;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	position:relative;
}

#header {
/*	width: 650px;*/
	width: 800px;
	margin: 0 0 0 58px;
	padding: 0 10px 0 10px;
	z-index: 1;
	text-align:center;
	font-size: 12pt;
	font-weight: bold;
}

#subContainer {
	width: 800px;
/*	width: 680px;*/
	margin: 0 0 0 58px;
	padding: 0 10px 0 10px;
	z-index: 1;
}

#nav {
	padding: 10px 0 10px 30px;
	font-size: 17pt;
	font-weight: bold;
	border: solid 0px red;
}
#nav a:link {
	color: #819681;
	text-decoration: none;
}
#nav a:visited {
	color: #819681;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #63382a;
}
#nav a:active {
	text-decoration: none;
}
	

#body {
	padding: 0 0 0 25px;
	font-size: 15pt;	
	font-weight: bold;
}
#body a:link {

	color: #63382a;
	text-decoration: none;
}
#body a:visited {
	color: #63382a;
	text-decoration: none;
}
#body a:hover {
	text-decoration: underline;
}
#body a:active {
	text-decoration: none;
}


#footer {
	width: 800px;
	height: 58px;
	margin: 0 0 0 58px;
	padding: 0 10px 0 10px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	text-align: center;

}

#monkey {
left:690px;
position: absolute;

z-index: 5;

}

#hippo {
left:0px;
bottom: 58px;
position: absolute;
z-index: 5;
}



a img {
text-decoration: none;
border: none;
}
