@charset "UTF-8";
#container {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#container #logo_left {
	float: left;
	padding-left: 50px;
	height: 120px;
	padding-top: 10px;
	width: 750px;
}
#container #logo_right {
	height: 130px;
}
#container #footer {
	height: 18px;
	background-color: #002251;
	width: 800px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
}
#container #navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 105px;
	width: 590px;
	height: 30px;
	padding-right: 105px;
}
#container #story_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 375px;
	height: 370px;
	float: right;
	padding-top: 30px;
	line-height: 20px;
	padding-right: 25px;
	text-align: justify;
	color: #333333;
	overflow: auto;
}
#container #story {
	width: 800px;
}
#container #filler {
	background-color: #999999;
	height: 10px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#container #story_left {
	width: 350px;
	height: 400px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002251;
}
#container #slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #002251;
	text-align: center;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
}
