@charset "UTF-8";
.imageCentered {
    text-align: right;
	vertical-align: top;
	float: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.homeImage {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	top: 120px;
}
.headerImages {
	position: absolute;
	margin-left: -50px;
	top: 120px;
	border-bottom: solid;
	background-color: #CC0000;
	border-bottom-width: 4px;
}

