body {
	color: #310;
	background-color: #310;
	font-size: 90%;
	margin: 0;
	padding: 2em 0 2em 0;
	}
	
#container {
	margin: 0;
	width: 795px;  	
	background-color: #310;
	padding: 0 5% 0 5%;
}

#header {
	background-color: #310;
	width: auto;
	margin: 0;
	}
	
#top_nav {
	background-color: #310;
	width: 795px;
	padding: 5px 0 5px 0;
	float: left;
	clear: both;
	}
	
#top_nav ul {
	list-style-type: none;
	font-size: 110%;
	}
#top_nav li {
	float: left;
	margin: 0 10px 0 10px;
	}
#top_nav a:link {
	color: #FFC;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
#top_nav a:visited {
	color: #FFC;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}
#top_nav a:hover {
	color: #FFC;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}
#top_nav a:active {
	color: #FFC;
	font-style: italic;
	text-decoration: none;
	}
	
#photo {
	float: left;
	width: auto;
	margin: 0 25px 5px 0;
	border: 5px ridge #310;
	}
	
#content {
	background-color: #FFC;
	width: 100%;
	float: left;
	clear: both;
	padding: 2% 0 0 0;
	}
#content ul {
	font-family: Georgia;
	}
	
#inner-content {
	padding: 0 10px 0 10px;
	}
		
#footer {
	background-color: #FFC;
	width: 100%;
	float: left;
	clear: left;
	}
		
address {
	text-align: center;
	}
	
p {
	line-height: 1.5em; 
	font-family: Georgia;
	}
table {
	border: 1px solid #310;
	}
td {
	border: 1px solid #310;
	}
	
.yearbox {
	float: left;
	clear: left;
	width: 90%;
	}
	
.year {
	float: left;
	width: 22%;
	}
.year h3 {
	text-align: center;
	}
	
.photo_gal {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
	}
