@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#bodywrapper {
	background-color: #FFFFFF;
	width: 950px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #177F75;
	border-bottom-color: #177F75;
	border-left-color: #177F75;
	padding: 15px;
}
#content {
	border: 2px solid #B67721;
	padding: 5px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding: 5px;
	width: 940px;
}
#footer a {
color: #666666;
text-decoration: underline;
}
#footer a:hover {
color: #333333;
}
#storylink {
font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#storylink a {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #b6212d;
}
#storylink a:hover {
	text-decoration: underline;
}
#storydetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
}
#storycontent {
	height: 300px;
	overflow: auto;
	padding: 15px;
}
#pagetitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #b6212d;
	text-align: right;
	width: 100%;
	padding-bottom: 10px;
}
