@charset "UTF-8";
/* CSS Document */
#imagereplace {
	width: 780px;
	height: 100px;
	position: relative;
	
	}
#imagereplace span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../../Images/deepestBluebanner.jpg);
	background-repeat: no-repeat;
	
	overflow:hidden;
	margin: 0;
	}
	
#heading1replace {
	width: 780px;
	height: 250px;
	position: relative;
	
	}
#heading1replace span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image:url(../../Images/WestChesterSmallCollage.jpg);
	background-repeat: no-repeat;
	
	}
#imgagepost {
	float:right
}
#footer p {
	font-size: 85%;
	margin: 0;
	padding:0;
	text-align:center;
	color:#FFF
}
#footer a {
	font-size:85%;
	text-align:center;
	color:#FFF;
}
#mainContent h1 {
	padding-left: 0px;
}

