
body {
	margin: 0;
	padding: 10px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 11px;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
#masthead {
	margin: 0;
	padding: 120px 0 0 0;
	font-size: 45px;
	text-align: center;
	text-transform: uppercase;
}
#tagline {
	margin: 0.5em 0;
	padding: 2px 10px;
	background: #e0e0e0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "Times New Roman", "Times";
}
span.left {
	float: left;
	margin: 0 1em 0 0;
}
span.right {
	float: right;
	margin: 0 0 0 1em;
}
#story-container {
	position: relative;
	top: 0;
	left: 0;
}

h1 {
	margin: 0 0 0.25em 0;
}
div div p {
	text-align: justify;
	margin: 0;
	text-indent: 1em;
}
#story1 {
	width: 22.5%;
	position: absolute;
	top: 0;
	left: 25%;
}
#story1 h1 {
	font-size: 28px;
	font-weight: normal;
}
#story2 {
	width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
}
#story2 h1 {
	font-size: 22px;
}
#story3 {
	width: 47.5%;
	position: absolute;

	top: 66em;

	left: 0;
}
#story3 h1 {
	font-size: 17px;
	font-weight: normal;
}
#story4 {
	width: 50%;
	position: absolute;

	top: 55em;

	left: 50%;
}
#story4 h1 {
	font-size: 20px;
	font-weight: normal;
}
#tools {
	width: 22.5%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e4bd96;
	padding: 0.5em;
}
#tools h1 {
	margin: 0;
	font-size: 40px;
	text-align: center;
}
#tools ul {
	margin: 0.5em 0;
	padding: 0;
	list-style-type: none;
}
#tools li {
	margin: 0;
	padding: 0.5em 0;
}
.multicol {
	column-count: 2;
	column-gap: 24px;
}
.multicol:last-child :first-child {
	text-indent: 0;
}
span.player-space {
	width: 256px;
	height: 192px;
	border: 1px solid white;
}
span.left-col {
	float: right;
	margin: 0.5em -141px 0.5em 0.5em;
}
span.right-col {
	float: left;
	margin: 0.5em 0.5em 0.5em -141px;
}
#movie-player {
	border: 1px solid black;
	width: 256px;
	height: 192px;
	position: absolute;

	top: 125px;

	left: 598px;
}
embed, object {
	margin: 0;
}
#toolbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	margin: 0;
	padding: 0;
	background: white; /*#e4bd96;*/
	font-size: 24px;
}
#toolbar div {
	width: 33%;
	float: left;
	margin: 0;
}
#toolbar img {
	float: left;
	margin: 0 5px 0 0;
}
#toolbar a img {
	border: none;
}
#toolbar a {
	color: blue;
}
#footer {
	border-top: 1px solid #999;
	color: #999;
	text-align: center;
	padding-top: 1em;
	font-size: 11px;
	position: absolute;
	top: 1470px;
	width: 100%;
	padding-bottom: 1em;
}