body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0c0d27;
	color: #ccf;
	font: small/18px;
	font-family: Georgia, Times, serif;
	}
h1, h2, h3, h4, h5, h6 {
	color: #ccf;
	}
p	{
	color: #ccf;
	}
div#everything {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
div#header {
	width: 700px;
	padding: 5px;
	margin: 10px 0 0 10px;
	}
div#header img{
	Width: 600px;
	border: 0;
	}
div#menu {
	width 700Px;
	padding: 5px;
	margin: 10px 0 0 10px;
	}
div#menu img {
	width: 200px;
	border: 0;
	}	
div#menu li {
	list-style: none;
	display: inline;
	}
div#menu {
	width: 700px;
	padding: 5px;
	margin: 10px 0 0 10px;
	}
div#content {
	width: 750px;
	background: #ccf;
	padding: 25px;
	border: 5px solid black;
	margin: 0px;
	}
div#content p {
	color: #0d0e28;
	text-align: left;
	text-indent: 30px;
	}
div#content li {
	text-align: left;
	}
div#comic {
	width: 750px;
	background: #ccf;
	padding: 25px;
	border: 5px solid black;
	margin: 0;
	}
div#comic h1 {
	color: #0c0d27;
	}
div#comic img {
	width: 750px;
	margin: 0 0 25px 0;
	}
div#comic p {
	color: #0c0d27;
	text-align: left;
	text-indent: 30px;
	}
div#comic li {
	text-align: left;
	}
div#navigation img {
	width: 100px;
	border: 0;
	}
div#sidebar {
	float: left;
	text-align: left;
	width: 200;
	margin-top: 50px; 
	}
div#sidebar li {
	list-style: none
	}
div#story {
	width: 500px;
	background: #ccf;
	padding: 25px;
	border: 5px solid black;
	margin: 25px 25px 25px 250px;
	}
html>body div#story {
	margin: 25px 25px 25px 200px;
	min-height: 800px;
	}
div#story p {
	color: #0d0e28;
	text-align: left;
	text-indent: 30px;
	}
div#story img {
	margin: 25px;
	}	
div#footer {
	margin: 25px;
	}
a:link	{
	font-weight : bold;
	text-decoration : none;
	color: #ED1C24;
	background: transparent;
	}
a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #ED1C24;
	background: transparent;
	}
a:hover {
	font-weight : bold;
	text-decoration : underline;
	color: #F26522;
	background: transparent;
	}
a:active {
	font-weight : bold;
	text-decoration : none;
	color: #F7931D;
	background: transparent;
	}