body { 
	font-family: Garamond, serif; 
	color: black; 
/*	background-color: #899a55; */
/*	background-color: #fbde4a;*/
	background-color: #a4481f;
	margin: 0; 
	text-align: center;
}

.header {
	background-color: black;
	height: 75px;
}
.header img {
	padding-top: 20px;
}

#navigationBar { 
	left: 0px; 
	height: auto; 
	background-color: black;
	font-size: 16pt; 
	font-weight: bold; 
	word-spacing: 15px;
	color: #faea91; 
	text-align: center;
}

#navigationBar ul {
	margin:0; 
	padding-top: 10px;
	padding-bottom: 20px;
}

#navigationBar li { 
	list-style-type: none; 
	display: inline; 
}

#navigationBar a:link {
	text-decoration : none; 
	color: #faea91;
}
 
#navigationBar a:visited {
	text-decoration : none; 
	color: #faea91;
} 

#navigationBar a:hover {
	text-decoration : underline; 
}

.rightLinks {
	background-color: white; 
	border : 1px solid black; 
	text-align: left;
}

.leftLinks {
	background-color: white; 
	border : 1px solid black; 
	text-align: right;
}

.rightLinks li { 
	margin-top: 1em; 
	margin-right: 1em; 
	margin-left: -35px; 
	list-style-type: none;
}

.leftLinks li { 
	margin-top: 1em; 
	margin-right: 1em; 
	margin-left: -35px; 
	list-style-type: none;
}

.strip { 
	color: white; 
	background: black url(redstrip.jpg) repeat-x left bottom; 
	text-align: center; 
	margin-top: 0; 
}


.wrapper {
	width: 750px; 
	margin: 0 auto; 
	text-align: left; 
	position: relative;
}

#oneColumn { 
	background-color: white; 
	top: 75px; 
	left: 125px; 
	width: 500px; 
	position: absolute; 
	border-color: black; 
	margin-bottom: 55px; 
}

#poems {
	background-color: white; 
	top: 80px; 
	left: 25px; 
	width: 500px; 
	position: absolute;
}

.bodyCol { 
	padding: 0 1em 1em; 
	background-color: white; 
}

#spotLights {
left: 570px; top: 80px; position: absolute;
}

#spotLights img {
	border:0;
}

/*This is a comment.*/
