#header {
	float: right;
	width: 80%;
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	background-image: url(images/stpauls_sm.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EBFFEA;
	height: 120px;
}
#menu {
	padding: 20px 10px;
	float: left;
	width: 110px;
	border: thin solid #CCFF00;
	margin-top: 10px;
	text-align: center;
}

#content {
	float: right;
	width: 80%;
	padding: 10px;
}
#rhpanel {
	background-color: #fdfbf0;
	padding: 10px;
	float: right;
	border: thin solid #CCFF00;
	width: 30%;
	font-size: smaller;
	margin-left: 10px;
	margin-bottom: 10px;
}
#rhpanel h1 {
	font-size: 1.2em;
}
#footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCFF00;
	margin-top: 10px;
	clear: both;
}

.textnav {
  font-size: smaller;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.credits {
  font-size: smaller;
  font-style: italic;
  text-align: center;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
