div.banner {
    margin-left: auto;
    margin-right: auto;
    width: 695px;
}
li.mainMenu {
	font-family: garamond, times, serif;
	font-size: 30pt;
	text-align: right;
	font-weight: bold;
	font-style: italic; 
	text-decoration: none;
	list-style-type: none;
	margin-right: 30px;	
}
div.menu {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
div.menu span {
	width: 100px;
	font-family: garamond, times, serif;
	font-size: 18pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #ccc;
	padding-left: 25px;
	padding-right: 25px;
}
div.menu span:hover {
	border-color: #999;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
div.menu span#active {
	background: #eef;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	width: 650px;
}