#nav {
	width: 900px;
	padding: 0px;
	background-color: #999999;
	height: 30px;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	float: left;
}
ul#mainNav {
	list-style: none;
	padding: 0px;
	float: left;
	margin: 0px;
}
#mainNav li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7em;
}
#mainNav a {
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	padding-top: 3px;
}
#mainNav a:hover {
	background-color: #FFFFFF;
	color: #000000;
/* styles for the "you are here" buttons */
}
#nav #mainNav a#charityLink {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	background-image: url(../images/hover_shadow.gif);
}
#container #mainContent #titleGraphic img {
	float: left;
	margin-right: 198px;
}
#container #mainContent #titleGraphic a img {
	margin: 0px;
	padding: 0px;
	display: block;
}

