body	{	
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, "Myriad Web", Syntax, sans-serif;
	overflow: auto;
	background-color: #87CEFA;
	}	
	
a:link,a:visited	{	
	text-decoration:	none;
	color:	#0000FF;
	}	
			
a:active,a:hover	{	
	text-decoration:	none;
	color:	#5F9EA0;
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#0000FF;
	background:	#fffff5;
	}	
	
#header {
	background-color: #99CCCC;
}

#navcontainer-left {
	position: absolute;
	left: 5px;
	width: 16%;
	}
#navcontainer-right {
	position: absolute;
	right: 5px;
	width: 20%;
	}
	
#navbox-left {
	min-height: 70px;
	text-align: center;
	border: 3px solid #B58CD1;
	background-color: #FFF;
	}

#navbox-right {
	min-height: 70px;
	text-align: center;
	border: 3px solid #B58CD1;
	background-color: #FFF;
	}


#navcont {
	vertical-align: middle;
	font-size: 14px;
	}
	
#maincontent {
	height: 85%;
	width: 100%;
	position: absolute;
	overflow: visible;
	border-top: 2px  ridge #6B3866;
	background-color: #87CEFA;
	z-index: 2;
	}
	
#footer {
	position: absolute;
	left: 20%;
	bottom: 0%;
	width: 55%;
	height: 15%;
	text-align: center;
	z-index: -1;
	}



#index {
	text-align:center;
	}

#content-header {
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	width: 100%;
	}

#content-title {
	font-size: 14px;
	}
	
#poem {
	width: 90%;
	text-align: center;
	position: relative;
	left: 20px;
	}

#poem-content {
	position: relative;
	left: 15px;
	}

#piece {
	width: 90%;
	text-align: center;
	position: relative;
	left: 20px;
	}
		
#piece-content {
	position: relative;
	left: 15px;
	}
	
#song {
	width: 90%;
	text-align: center;
	position: relative;
	left: 20px;
	}

#song-content {
	position: relative;
	left: 15px;
	}
	
#date {
	color: #888888;
	font-size: -4px;
	}
	
#comment-box {
	border: 1px solid #CECECE;
	width: 70%;
	text-align: left;
	font-size: 15px;
	}
#comment-byline {
	font-weight: bold;
	}
#comment-date {
	font-weight: normal;
	color: #0066CC;
	font-size: 12px;
}
#comment-content {
	font-size: 15px;
	font-weight: normal;
}