@charset "utf-8";

#navigationarea {
	float: left;
	width: 100px;
	background-color: #000000;
	height: 368px;
}


#previousbutton {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	padding: 0px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
	font-size: 0.6em;
}
#navigationarea #previousbutton a {
	color: #999999;
	text-decoration: none;
}

#thumbnails {
	width: 100px;
	float: none;
	text-align: center;
}
#thumbnails img {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#nextbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.6em;
	color: #666666;
	border: 2px solid #000000;
	padding: 0px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}
#navigationarea #nextbutton a {
	color: #666666;
	text-decoration: none;
}




#viewarea {
	background-color: #000000;
	width: 520px;
	float: left;
	text-align: center;
	height: 368px;
}
#descr_area {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	width: 180px;
	height: 368px;
	background-color: #000000;
}

#storyarea {
	float: left;
	height: 275px;
	width: 800px;
	background-color: #000000;
	color: #CCCCCC;
}
#storyarea h1 {
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#storyarea h4 {
	padding-right: 10px;
	padding-left: 10px;
}

#byline {
	clear: left;
	text-align: right;
	margin-right: 30px;
}
#storyarea p {
	margin: 0px;
	text-indent: 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: .9em;
	clear: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.clearfloats {
	clear: both;
}
#changingtext {
	font-family: "Times New Roman", Times, serif;
	color: #00FF00;
}
