#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: 104px;
	width: 675px;
}
#main {
	height: 635px;
	width: 670px;
	border-right-width: 3px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #480708;
	border-left-color: #000000;
}
#base {
	height: 2px;
	width: 675px;
}
#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;
}