.story_body {
	line-height: 170%;
	color: #555;
	padding: 5px 5px 0 0;
	margin-top: 3px;
	font-size: 12px;
}

.story_emph {
	color: #333;
	font-weight: bold;
}

.story_quot {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-style: italic;
	color: #333;
}

.story_small {
	line-height: 150%;
	font-size: 11px;
	color: #999;
}

.story_date {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #BBB;
}

.story_count {
	color: #9ACD32;
}

.story_author {
	line-height: 100%;
	font-size: 11px;
	color: #777;
	float: right;
	text-align: right;
	margin: 25px 0 30px 0;
	border-top: 1px dotted #DDD;
	padding-top: 5px;
}


.story_info {
	color: #333;
	background-image: url(../img/block_fill_grey.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}


h1.story_title {
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 25px 0 5px 0;
	text-transform: none;
	color: #FF8C00;
	background-image: url(../img/shadow_b.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-bottom: 1px dotted #DDD;
}

h2.story_title {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: none;
	color:#9ACD32;
}

h3.story_title {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0;
	text-transform: none;
}

.book_page {
	font-size: 14px;
	text-align: left;
	margin: 0;
	width:482px;
	padding: 5px 0 0 18px;
	text-transform: none;
	color: #FFF;
	background-color:#FFF;
	background-image: url(../img/book/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border:1px solid #BBB;
}

h1.book_before {
	font-size: 12px;
	text-align: left;
	margin: 40px 0 10px 0;
	padding: 0 0 0 23px;
	text-transform: none;
	color: #999;
	background-image: url(../img/book/book_before.png);
	background-position: top left;
	background-repeat: no-repeat;
}

h1.book_after {
	font-size: 14px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 23px;
	text-transform: none;
	color: #000;
	background-image: url(../img/book/book_after.png);
	background-position: top left;
	background-repeat: no-repeat;
}
