*{
	margin: 0px;
	padding: 0px;
}

html, body{
	width: 100%;
}

hr{
	border-bottom: 2px solid lightgrey;
}

a img{
	border: none;
	text-decoration: none;
}

a{
	cursor: pointer;
}

p{
	margin-bottom: 1em;
}

#footer, #header{
	display: block;
	clear: both;
	padding: 50px;
	width: 750px;
}

#footer{

}

#header{

}

#header_comics{
	padding: 10px 50px !important;
}

#homepage_link{
	color: black;
}

#loading{
	display: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: sans-serif;
}

h1 a, hi a:visited, h1 a:hover{
	text-decoration: none;
	color: black;
}

a img{
	border: none;
}

ul li{
	margin-left: 20px;
}

#valid{
	position: fixed;
	bottom: 5px;
	right: 5px;
}

#content{
	clear: both;
	width: 750px;
	padding-left: 50px;
}

.current_page{
	color: white;
	background-color: rgb(0,0,238);
}

ul#nav_container{
	width: 750px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	padding-bottom: 50px;
	padding-left: 50px;
	height: 20px;
}

ul#nav_container li{
	border: 1px solid lightgrey;
	margin: 0px -1px;
	float:left;
	width: 107px;
	text-align: center;
	height: 20px;
}

ul#nav_container li a{
	color: black;
	text-decoration: none;
}

ul#nav_container li a:hover{
	color: blue;
	text-decoration: underline;
}

ul#nav_container li.current_page a{
	color: white;
	text-decoration: none;
}

.marginbottom{
	margin-bottom: 1em;
}

.red{
	color: red;
}

.white{
	color: white;
}

.blue{
	color: rgb(0,0,238);
}

.center, .centered{
	text-align: center;
}

.clearboth{
	clear:both;
}

.bordertable{
	border: 2px solid black;
}

.bordertable td{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 10px;
	margin: 0px;
}

.otherthing{
	border: 1px solid lightgrey;
}

.otherthing p{
	margin: 0px 0px;
	padding: 10px;
}
