.clear {
	clear: both;
}	
 
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#story {
	margin-right: auto;
	margin-left: auto;
	background-color:  #FFFFFF;
	padding: 10px;
	float: right;
}
#navbar {
	font-family: "Century Schoolbook";
	font-size: medium;
	color: #000000;
	background-color:#8F4747;
	height: auto;
	width: 100%;
	border-top-color: #000000;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}

#navbar ul li a {
	font-family: "Century Schoolbook";
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	padding: 10px;
}
#navbar ul li a:hover {
	font-family: "Century Schoolbook";
	font-size: small;
	color: #999999;
}


#sidebar {
	font-family: "Century Schoolbook";
	font-size: medium;
	color: #000000;
	background-color:#8F4747;
	height: auto;
	width: 100%;
	border-top-color: #000000;
	}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	display: list-item;
	list-style-image: none;
	text-transform: capitalize;
	font-weight: bold;
	float: none;
	clear: both;
}

#sidebar ul li a {
	font-family: "Century Schoolbook";
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	padding: 10px;
}
#sidebar ul li a:hover {
	font-family: "Century Schoolbook";
	font-size: small;
	color: #999999;
}



#indentedsidebar {
	font-family: "Century Schoolbook";
	font-size: medium;
	color: #000000;
	
	height: auto;
	width: 100%;
	border-top-color: #000000;
	font-weight: bold;
	
}
#indentedsidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#indentedsidebar ul li {
	display: list-item;	
	text-transform: capitalize;
	font-weight: bold;
	float: none;
	clear: both;
}

#indentedsidebar ul li a {
	font-family: "Century Schoolbook";
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: right;
	padding: 10px;
}
#indentedsidebar ul li a:hover {
	font-family: "Century Schoolbook";
	font-size: small;
	color: #999999;
}



#footer {
	font-family: "Century Schoolbook";
	font-size: x-small;
	color: #999999;
}
