/* ExtraContent1 show behind container for doing backgroun bar or color across the top of the site */

#extraContainer1 {
	display: block;
	width: 100%;
	height: 250px;
	margin-top: -8px;
	margin-left: -8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	color: #060381;
	white-space: normal;
	font: 12px/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

#container {
	margin-top: -250px;
}