/********************/
/* General Page Styles */
/********************/
div#secHeader {
	padding: 185px 0px 0px 0px;
	text-align: center;
}
div#spacer {
	height: 246px;
}



/********************/
/* Containers */
/********************/
div#topContent {
	background: #eeede7;
}
.col1container {
	float: left;
	width: 230px;
}
div#topContent .col1container {
	height: 225px;
	background: #deddd1;
}
.col2container {
	float: right;
	width: 544px;
}



/********************/
/* Main Content */
/********************/
/*
div#topNarrative {
	padding: 130px 25px 0px 25px;
	font-size: 10px;
	color: #707070;
	line-height: 16px;
	overflow: hidden;
}
*/
div#topNarrative {
	position: relative;
	font-size: 10px;
	color: #707070;
	line-height: 16px;
	height: 225px;
}
div#mainNarrative {
	padding: 0px 25px 25px 25px;
	font-size: 10px;
	color: #707070;
	line-height: 16px;
}

div#topNarrative div.narrativeText {
	position: absolute;
	bottom: 0px;
	padding: 0px 25px 25px 25px;
}

/********************/
/* Footer Styles */
/********************/
div#footer {
	clear: both;
}
