a:link {
    text-decoration : none; 
    color: #555500;
}
 
a:visited {
    text-decoration : none; 
    color: #bbbb55;
} 

a:hover {
    text-decoration : underline; 
}

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

.header {
/*	background-color: #998822; */
	background-color: #333300;
	height: 75px;
}
.header img {
	padding-top: 20px;
}

#navigationBar { 
	left: 0px; 
	height: auto; 
/* 	background-color: #998822; */ 
 	background-color: #333300;  
 

	font-size: 16pt; 
	font-weight: bold; 
	word-spacing: 15px;
/*	color: #faea91; */
	color: #ffee77;
	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: #eeeebb;
}
 
#navigationBar a:visited {
	text-decoration : none; 
/*	color: #faea91;	*/
	color: #eeeebb;

} 

#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.*/

