/* CSS Document */

#story {
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	padding: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 550px;
	height: 100%;
	float: left;
}

#story p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: none;
}
#story dl{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: none;
}

#story h1 {
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 30px;
}
#story h2 {
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
}
#story h3 {
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 20px;
}
#story h4 {
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 15px;
}
#story h5 {
	font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 10px;
}
#story h6 {
	font-family: Castellar, "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 18px;
}
#story ol {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 0 px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#story ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#story li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: auto; 
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#story a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
#story a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#story a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
#story a:active {
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
}
.pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: none;

}

.pagination a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: none;

}

#story img {
/*	display: block; */
	margin: 0px 0px 0px 0px ;
	padding: 0px;
/*	float: left; */
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position: relative;
}
#story a img {
	border-width: 0px;
}
