body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #660000;
	color: #D4D4D4;
	text-align: center;
	padding-bottom: 30px;
}
	


/* Link Brackets */

a:link span.hidden {
	color: #660000;
	}

a:visited span.hidden {
		color: #660000;
	}

a:hover span.hidden {
	color: white;
	}
	
a:link span.spacer {
	display: inline;
	}
	
a:visited span.spacer {
	display: inline;
	}
	
a:hover span.spacer {
	display: hidden;
	}
	
span.local {
	color: white;
	font-weight: bolder;
}

/* End Link Brackets */

/* Box Structure */

#contentWrapper {
	position: relative;
	margin: 0 auto;
	width: 570px;
	}
	
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	height: 230px;
	width: 1500px;
}	

#logoWrapper {
	float: left;
	height: 200px;
	width: 365px;
	background-image: url(images/jltitle.jpg);
	background-repeat: no-repeat;	
}

#navWrapper {
	float: left;
	width: 700px;
	margin-top: 88px;
}

#navigation {
	padding-bottom: 20px;
	padding-left: 10px;	
}

#footer {	
	margin-top: 20px;
	margin-bottom: 20px;
}

#writingBox {
	position: relative;
	top: 100px;
	width: 800px;
	margin: 0 auto;
}

#writing {
	background-color: white;
	border: 1px solid black;
	padding: 10px 20px 20px 20px;
}

#writingNav {
	padding-top: 30px;
	padding-bottom: 20px;
}

#poem {
	background-color: white;
	border: 1px solid black;
	padding-top: 30px;
	padding-left: 230px;
}

#player {
	width: 300px;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
}

#writingFooter {	
	padding-top: 20px;
	padding-bottom: 20px;
}


/* End Box Structure */


/* Fonts and Styles */

#navWrapper{
	text-align: left;
	font-size: 1.25em;
}

#content {
	text-align: justify;
	font-family: Optima, "Myriad Web", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
	
#navigation a:link, a:visited, {
	color: yellow;
	font-weight: normal;
	text-decoration: none;
}
	
#navigation a:hover, a:active {
	color: yellow;
	text-decoration: none;
}

#footer {
	text-align: center;
	font-size: 0.75em;
	line-height: normal;
}	
	
#writingBox {
	text-align: right;
}	

#writing {
	color: black;
	line-height: 1.7em;
	text-align: left;
	font-family: georgia, times, serif;
}

#writingNav {
	text-align: center;
}

#poem {
	color: black;
	line-height: 1.9em;
	text-align: left;
	font-family: georgia, times, serif;
	font-size: 0.9em;
}

#playerBox a {
	text-decoration: none;
	font-weight: bolder;
}

#writingNav a:hover, a:visited {
	color: yellow;
}	

a, a:visited {
	color: yellow;
	font-weight: bolder;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
}

#writingFooter {
	text-align: center;
	font-size: 0.75em;
	line-height: normal;
}

.pagenumber {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;	
}

#writing p {
  	margin-bottom: 0 
 }

#writing p + p {
  	text-indent: 1.5em;
  	margin-top: 0 
 }
 
#writing p.break { 
	text-indent: 0; 
	margin-top: 3.08em 
}

#poem p.firstline {
	margin-top: 2.0em;
	}

#poem p.stanzabreak {
	margin-top: 1.3em;
	}

h2 {
	text-align: center;
	color: white;
	}
	
h2.writingTitle {
	color: yellow;
}

.title {
	margin-left: 130px;
	}
	
.description {
	margin-left: 260px;
	line-height: normal;
	}

.pagenumber {
	padding-bottom: 5px;
	text-align: right;	
}

.poemtitle {
	font-weight: bolder;
	}

/* End Fonts and Styles */

/* Images */

#content img {
	border: 1px solid black;
	}

#content img.left {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 0;
	float: left;
	}
	
#content img.center {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#poem img {
	margin-top: 20px;
	margin-left: -230px;
	}
	
a img {
	border: none;
}	

/* End Images */









	
