#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 */
}
#speaking #mainNav a#speakingLink,

#nav #mainNav a#speakingLink {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	background-image: url(../images/hover_shadow.gif);
}
.quote {
	font-style: italic;
	font-weight: bold;
}
.quoteCaption {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #666666;
	margin-top: -10px;
	margin-bottom: 30px;
}


.img_right {
	border: 2px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	float: right;
	width: 300px;
	height: 314px;
}
.img2_right {
	border: 2px solid #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	float: right;
	width: auto;
}

