@charset "utf-8";
.picture_block {
	height: 400px;
	position: relative;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
.picture_box {
	height: 150px;
	width: 205px;
	padding-top: 0px;
	padding-left: 5px;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 4px;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
#picture_block .picture_box  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page_narrative {
	font-size: 0.9em;
	background-color: #FFF;
	float: left;
	width: 660px;
	margin-top: 0px;
	margin-bottom: 5px;
}

