@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/home_background.jpg);
	background-repeat: repeat-x;
	min-width: 650px;
	background-color: #babedb;
}
.visuals {
	position: relative;
	height: 308px;
	padding-top: 82px;
	width: 100%;
	width : 650px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	
}
.navigation {
	position : relative;
	text-align: center;
	width : 650px;
	margin-left : auto;
	margin-right : auto;
}

.image_left {
	position: absolute;
	left: 0px;
	top: 98px;
	z-index: 10;
}
.image_right {
	position: absolute;
	right: 0px;
	top: 98px;
	z-index: 11;
}
 
img { behavior: url(css/iepngfix.htc); }

#mission_statement {
	color: white;
	font-size: 90%;
	line-height: 180%;
	position : relative;
	text-align: center;
	width : 650px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 1.5em;
}
