/*
	Basic Styles
	============
*/

body
{
	background-color: #EDAB16
} 

h1
{
	text-align:center;
}

h2
{
	text-align:center;
}

h3
{
	text-align:center;
}

li
{
	text-align:left;
}

blockquote
{
	font-style:italic;
	font-size:smaller;
}

/*
	Styles used for formatting old photo pages
	==========================================
*/

.thumbnail
{
	float: left;
	width: 100px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	background-color:#EDAB16;
}

.thumbnail img
{
	border: 1px solid #999;
}

.clearboth { clear: both; }

/* 
	Styles used to format the Navigation buttons
	============================================
*/ 
#navcontainer ul 
{ 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#navcontainer ul li 
{ 
	display: inline; 
}

#navcontainer ul li a 
{ 
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #369;
}

/*
	Styles used to format page contents
	===================================
*/

.containingbox
{
	width: 505px;
	background-color: #ECEA09;
	padding: 15px;
	text-align:center;
	margin: 0 auto;
}

.poem
{
	text-align:center;
}	

.general_text
{
	text-align:left;
}	


