#day {
	color: #fff;
	font-size: 20pt;
}

#day_table {
	background-color: #000;
	border: 6px double #000;
	border-collapse: collapse;
	width: 100%;
}

#scrolly_box {
	height: 600px;
	overflow: auto;
	padding: 5px 0;
	text-align: center;
	width: 200px;
}

#scrolly_box a {
	color: #696;
}

#scrolly_box a:hover {
	color: #3f3;
}

#scrolly_box img {
	margin: 5px 0;
}

#image {
	width: 800px;
}

#image hr {
	width: 97%;
}

#image img {
	border: 3px outset #030;
}

#regen_link {
	display: block;
	height: 20px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 20px;
}

#nav_box {
	padding: 0 20px;
	position: absolute;
	text-align: left;
	width: 755px;
}

#nav_next {
	float: right;
}

