body {
	background-color: White;
	color: Black;
	margin: 10px 0 0 15px;
	padding: 0 0 0 0;
}

#menu {
	background-color: #003300;
	color: White;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	width: 144px;
	margin: 0 0 0 0;
	float: left;
}

#menu a {
	text-decoration: none;
	color: White;
}

#menu a:hover {
	color: #DAA520;
}

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

#menu ul li {
	text-align: center;
	margin: 1em 0 0 0;
}

#content {
	margin: 0 0 0 175px;
	/*border: 1px solid lime;*/
}

.numeral {
	font-family: Georgia;
}

.bold {
	font-weight: bold;
}

.imgCaption {
	text-align: center;
	font-style: italic;
}

div.animal {
	float: left;
	margin-bottom: 1em;
	width: 100%;
	border: 1px dotted Silver;
	padding: 5px;
}

div.animal img {
	float: left;
	margin-right: 10px;
	border: 1px solid Black;
}

div.animal p {
	margin-top: .5em;
	margin-bottom: 0px;
	text-align: left;
}

div.animal p.first {
	margin-top: 0;
}

div#copyright {
	text-align: center;
	color: Black;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 0;
}

div#copyright a {
	color: Black;
	text-decoration: none;
}

h3.fiber, h3.comments {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}