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

#Banner {
	position: absolute;
	height: 180px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #403c7a;
	text-align: center;
}
#SiteNav {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 180px;
	left: 0px;
}
#MainBody {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	text-align: center;
}
