.errblock {
	margin: 0 0 16px 0;
	padding: 8px;
	border: 2px #990000 solid;
	background-color: #FFFEE6;
	color: #990000;
	font-weight: bold;
}

.story {
	margin: 0 0 1.0em 0;
}

	.story .title {
		font-size: 110%;
		font-weight: bold;
	}

	.story .type {
		margin: 0 0 0.5em 0;
		font-size: 95%;
		color: #777777;
	}

	.story .date {
		margin: 0 0 0.5em 0;
		font-size: 95%;
		font-style: italic;
	}

	.story .desc {
	}

	.storythumb {
		float: left;
		margin: 0 16px 16px 0;
	}

	
.storymov {
	text-align: center;
}

#storynav {
	
}
	#storynav a {
		text-decoration: none;
	}
	
	#storynav .add {
		margin: 0 0 16px 0;
	}
	
	#storynav .link {
		margin: 0 0 8px 0;
		font-weight: bold;
	}
	
table#nextstory {
	width: 90%;
	margin: 1em 0 1em 0;
	padding: 1em;
	border-color: #777777;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
}

	table#nextstory td {
		vertical-align: top;
	}
	
	table#nextstory .prev {
		width: 50%;
		text-align: left;
	}
	
	table#nextstory .next {
		width: 50%;
		text-align: right;
	}
	

