body {
	font-family: Georgia, Consolas, Arial;
	padding: 10px;
}

#story_container {
	width: 100%;
	text-align: center;
}

#story {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 65%;
}

#story p {
	margin: 0;
}

#story_title {
	font-size: 50px;
	margin: 0;
}

#story_by {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

.cen {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.chapter_header {
	font-weight: bold;
	font-size: 130%;
	margin: 0;
}

/**********
The following code goes with the freedom_scroller.js code.
Everything below this line is in the public domain.
**********/

#scroll_container {
	width: 100%;
	text-align: center;
}

#scroll_container table {
	border-style: none;
	margin: 0 auto 0 auto;
}

#floatScroll.ie {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
}

#floatScroll.noie {
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
}