#frontImageContainer {
	background: #62a1c0 url('../images/front-image-grad.jpg') no-repeat bottom;
	width: 100%;
	margin: auto auto;
	height: 243px;
}

#frontImageContainerLeft {
	float: left;
	height: 100%;
	width: 65px;
	background: url('../images/arrow-left-outline.png') no-repeat center;
}

#frontImageContainerRight {
	float: right;
	height: 100%;
	width: 65px;
	background: url('../images/arrow-right-outline.png') no-repeat center;
}

#frontImageContainerCenter {
	position: relative;
	width: 860px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#frontImageContainerCenter img {
	/* display: none; */
}

h1 {
	text-align:center;
	font-style: italic;
	font-size: 1.3em;
	padding: 15px 0;
}

h2 {
	font-style: italic;
	font-size: 1.1em;
	text-indent: 25px;
	padding: 10px 0;
}

h3 {
	margin: 0 !important;
}

#content_container ul {
	text-indent: 25px;
	font-size: 1.02em;
	padding: 8px 0;
}

#content_container p {
	font-weight: bold;
	padding: 8px 0;
	line-height: 1.2em;
}

ul#imageRotate {
	display: none;
}
