.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #990066;
	text-align: center;
}
body {
	background-color: #FFFFCC;
	background-image: url(graphics/Monkey_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo {
	padding: 5px;
	position: absolute;
	top: 5px;
	right: 0px;
	left: 5px;
}
h2 {
	font-style: italic;
	font-weight: normal;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: center;
margin: 0 0.15em;
padding: 0;
text-align: center
}

#nav-menu li a
{
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFCC;
}
#nav-menu li a:hover
{
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: underline;
	text-align: center;
	background-color: #FF66CC;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
width:30em
}
