body {
	background: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 15px 0 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a img {
	border: 0;
}

object {
	outline: none;
}

#container {
	background: url(images/background.gif) no-repeat top center;
	margin: 0 auto;
	padding: 0 15px;
	width: 900px;
}

#header {
	background: url(images/header-bg.jpg) no-repeat top center;
	height: 184px;
	width: 900px;
}
#headerLeaf {
	float: left;
	height: 200px;
	width: 200px;
}
*html #headerLeaf {
	background: url(images/ftrossLeaf.jpg) no-repeat;
}
*html #headerLeaf object {
	display: none;
}
#logo {
	float: right;
	height: 77px;
	margin: 40px 40px 0 0;
	width: 289px;
}

#mainbody {
	background: url(images/mainbody-bg.gif) repeat-x top center;
	height: 182px;
	width: 900px;
}
*html #mainbody {
	margin-top: -16px;
}
#mainbody .page {
	height: 182px;
	position: absolute;
	width: 900px;
	z-index: 1;
}
#mainbody ul,
#mainbody li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainbody li {
	float: left;
	height: 182px;
	width: 180px;
}
#mainbody li.item01 {
	background: url(images/natureclean-hover.gif) no-repeat;
}
#mainbody li.item02 {
	background: url(images/weldbond-hover.gif) no-repeat;
}
#mainbody li.item03 {
	background: url(images/treehouse-hover.gif) no-repeat;
}
#mainbody li.item04 {
	background: url(images/smithsonian-hover.gif) no-repeat;
}
#mainbody li.item05 {
	background: url(images/habitat-hover.gif) no-repeat;
}
	#mainbody li a {
		float: left;
		height: 182px;
		width: 180px;
	}
	#mainbody li a:hover img {
		visibility: hidden;
	}

#footer {
	background: url(images/footer-bg.gif) repeat-x top center;
	min-height: 198px;
	width: 900px;
}
#footer .page {
	background: url(images/footer-drop.jpg) no-repeat;
	font-size: 7.5pt;
	padding: 198px 0 0;
	text-align: center;
	width: 900px;
}

.clear {
	clear: both;
}