﻿#container {
	background-color: #CCCCCC;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 810px;
}
#story {
	padding: 10px;
	width: 400px;
	float: left;
}
#top {
	width: 810px;
}
#footer {
	width: 810px;
	height: 20px;
	background-color: #CCCCCC;
	text-align: center;
}
#sidebar {
	float: right;
	width: 320px;
	padding: 10px 8px 10px 8px;
	margin-top: 10px;
	margin-right: 8px;
	border: thin solid #006600;
	background-color: #FFFFFF;
}
#navbar {
	margin: 10px;
	width: 180px;
	float: left;
}
body {
	background-color: #808080;
}
.clear {
	clear: both;
}
