body {
	font-family: tahoma, arial, helvetica;
	background-color: #303650;
	text-align:center;
}
A:link {color:#ff9}
A:visited {color:#ccc}
A:active {color:#fc0}
A:hover {color:#ffc}
img {
	border: none;
}
.headContainer {
	height: 175px;
}
.pageContainer {
	background-color: #303650;
	width: auto;
	text-align:center;
}
.h2 {margin-top: 0}
.headLeft {
	float: left;
	background: url(images/hosslogo.png);
	height: 175px;
	width: 305px;
}
.headRight {
	text-align: right;
	float: left;
	background: url(images/slogan01.png) no-repeat bottom left;
	height: 175px;
	width: 668px;
}
.headRight img {
	clear: both;
}
.storyContainer {
	color: #303650;
	background: url(images/h_box.png) no-repeat top left;
	margin-left: 25px;
	z-index: 5;
	width: 837px;
	padding: 10px;
}
.storyTitle {
	color: #303650;
	background-color: #b1b7c5;
	font-weight: bold;
	padding: 3px;
	width: 800px;
	margin-left: 40px;
	margin-top: 2px;
}
.story {
	z-index: -1;
	width: 800px;
	font-size: 14px;
	color: #b1b7c5;
	text-align: justify;
	padding: 5px 10px 15px 35px;
	margin-left: 10px;
}
.bigLogo {
	text-align: center;
}