body {
	background-color: black;
	text-align: center; /* To center container div in IE */
}	


h1, h2, h4, h3, p, a {
	font-family: "Gill Sans", "Trebuchet MS", "Gill Sans MT", sans-serif;
	/*font-style: italic;*/
	text-decoration: none;
	color: #64633d;
}

p, a {
	/*font-size: 11pt;*/
	font-size: small;
}

.poem {
	text-align: right;
	width: 225px;
}

td {
	vertical-align: top;
	width: 150px;
	padding: 3px;
}

a:hover {
	text-decoration: underline;
	color: #946109;
}


#container {
	width: 700px;
	/*background: #ccffff;*/
	margin: auto; /*To center div in FF*/
	text-align: left; /*To counter centering in body tag for IE*/
}	

#menu {
	width: 140px;
	/*background: #ffffcc;*/
	float: left;
	padding-left: 10px;
}	

#content {
	width: 530px;
	/*background: #eeeedd;*/
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	width: 700px;
	height: 75px;
}

/*
a.lncontent {
	text-decoration: underline;
	color: #946109;
}
table {
	background-color: white; 
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	Centers tables in Firefox but not in IE
	padding: 10px 0px 0px 0px;
}

.poem p, .poem h3 {
	color: #7d9775;
	font-size: 11pt;
}

td {
	vertical-align: top;
	width: 150px;
	padding: 3px;
}

	

*/

/*
.nav {
	text-align: left;
	vertical-align: top;
	color: #990000;
	width: 215px;
}

.container {
	width: 800px;
	margin: auto;
	padding: 0px;
}
*/
