@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 1024px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
/* Header */
#header {
	width: 95%;
}
#header img {
	width: 250px;
	height: 250px;
}
.imageCenter {
	margin: 0 auto;
	display: block;
}
header {
	text-align: center;
	display: block;
}

/* Main Content sections */
#intro {
	width: 95%;
}
#intro h1 {
	text-align: center;
}
.mainContent {
	width: 95%;
	font-size: 14px;
	font-weight: 100;
	display: block;
}
.mainContent h1 {
	text-align: center;	
}
.mainContent h2{
	text-align: center;	
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer { }

