#full_page {
	background-color: #EAEFF3;
	position: relative;
}
#full_page h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #033C7F;
}
#full_page .narrative {
	font-size: 0.8em;
}
.narrative_left {
	font-size: 0.9em;
	width: 600px;
	position: relative;
	float: left;
}
.narrative_right {
	font-size: 0.9em;
	width: 600px;
	position: relative;
	float: right;
}
.image_left {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

