body {
	margin: 10px 0px;
	padding: 0px;
	background-image: url(../images/bg_white.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e7e7e7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	text-align: center;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#navlogo {
	height: 124px;
	width: 750px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#headword {
	width: 760px;
	margin: 0px auto;
	padding-left: 20px;
	text-align: left;
	font-size: 18px;
	color: #ac3030;
	border-bottom: 1px solid #ac3030;
}
#nav {
	width: 760px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 10px auto 20px auto;
	border-bottom: 1px solid #ac3030;
	color: #ac3030;
	text-align: left;
}
#nav a {
	color: #ac3030;
	text-decoration: none;
	text-transform: capitalize;
}
#nav a:hover {
	font-weight: bold;	
}	
.cap {
	text-transform: capitalize;
}
.upper {
	text-transform: uppercase;
}