<!-- 

#body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	}

#centered {
	text-align: center;
	} 

#page {
	width: 63em; 
	height: 100%;
	margin: 0 auto; 
	text-align: left;
	background-color: #fff;
	font: 0.75em Verdana, Helvetica, Arial, sans-serif;
	}

#search {
	position: absolute;
	right: 5em;
	top: 1em;
	width: 25em;
	height: 3em;
	background-color: #eee;
	}


#majornav {
	margin: 0;
	padding: 0 0 1em 0;
	border-bottom: thin solid #000;
	font: 0.8em Verdana, Helvetica, Arial, sans-serif;
	}


#nav li { /* all list items */
	float: left;
	padding: 1em 1.5em 0 0 ;
	}

#nav a{
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}

#nav a:link#current, #nav a:visited#current, #nav a:hover {
	background: transparent;
	color: #000;
	font-weight: bold;
	}


#nav, #nav ul { /* all lists */
	padding: 2em 1em 1em 1em;
	margin: 0;
	display: inline;
	list-style: none;
	}

#nav ul a {
	background: #fff;
	}

#nav ul a:hover {
	text-decoration: underline;
	border: 0;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eee;
	width: 14em;
	padding-top: 0.5em;
	border: thin solid #000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 6em;
	padding-left: 0.5em;
	width: 10em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}


h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.7em;
	font-style: italic;
	}

h3 {
	font-size: 1.4em;
	margin: 1em 0 0 0;
	}

h4 {
	font-size: 1em;
	margin: 0.25em;
	}

form {
	margin: 0;
	}

blockquote {
	font-style: italic;
	}

p.verse {
	text-indent: 1.5em;
	}

.booktitle {
	font-style: italic;
	}

.attribution {
	font-style: normal;
	text-indent: 2em;
	}
.em {
	font-style: normal;
	}

#footer {
	border-top: thin solid #000;
	text-align: center;
	}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

#footer a.left {
	float: left;
	}

#footer a.right {
	float: right;
	}

-->

