#container {
	height: auto;
	width: 675px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #800000;
	line-height: 130%;
}
#banner {
	height: 250px;
	width: 675px;
}
#main {
	height: 655px;
	width: 670px;
}
#photo {
	height: 400px;
	width: 600px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#prev {
	float: left;
	height: 400px;
	width: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#next {
	height: 400px;
	width: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#text {
	height: 230px;
	width: 600px;
	margin-right: 35px;
	margin-left: 35px;
}
a:link #text {
	color: #800000;
	text-decoration: none;
}
a:visited #text {
	color: #800000;
	text-decoration: none;
}
a:hover #text {
	color: #800000;
	text-decoration: none;
}
#nav {
	height: 103px;
	width: 675px;
}
