div.clear {
	clear: both;
	}
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0c0d27;
	color: #ccf;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	min-width:900px;
	}
h1 {
	font-size:180%;
	}
p	{
	color: #ccf;
	}
div#everything {
	width:80%;
	text-align: center;
	margin: 0px auto;
	padding:2%;
	}
div#header {
	box-sizing:border-box;
	width: 90%;
	padding: 2%;
	margin: 0 auto;
	}
div#header img{
	width:60%;
	text-align: center;
	border: 0;
	margin: 0px auto;
	}
div#menu {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
div#menu img {
	height: 40px;
	border: 0;
	}	
div#menu li {
	list-style: none;
	display: inline;
	}
div#content {
	box-sizing:border-box;
	width:80%;
	background: #ccccff;
	padding: 25px;
	border: 5px solid black;
	margin: 0px auto;
	}
div#content p {
	color: #0d0e28;
	text-align: left;
	text-indent: 30px;
	}
div#content li {
	text-align: left;
	}
div#content h1 {
	color: #0c0d27;
	}
div#content h2 {
	color: #0c0d27;
	text-align: left;
	text-indent: 30px;
	}
.picture { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 16px/1.4em Arial, sans-serif;
	}
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
	}
.right { 
	margin: 0.5em 0pt 0.5em 0.8em;
	float: right;
	}
.left { 
	margin: 0.5em 0.8em 0.5em 0;
	float: left;
	}
div#content img {
	float: left;
	width: 150px; 
	border: 10px;
	margin: 10px;
	}
div#character img {
	float: left;
	width: 150px; 
	border: 10px;
	margin: 10px;
	}
div#character p {
	color: #0c0d27;
	text-align: left;
	text-indent: 30px;
	}
div#comic {
	width:100%;
	box-sizing: border-box;
	background: #ccf;
	border: 5px solid black;
	margin: 0px auto;
	padding:2%;
	}
div#comic h1 {
	color: #0c0d27;
	}
div#comic img {
	width:90%;
	max-width: 1050px;
	margin: 0px auto;
	padding-bottom:25px;
	}
div#comic p {
	color: #0c0d27;
	text-align: left;
	text-indent: 30px;
	}
div#comic li {
	text-align: left;
	}
div#navigation img {
	width: 40px;
	padding:5px;
	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;
	}
	