/*Site-wide styles begin here*/

ul, li , div, h1, h2{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background: black;
	color: maroon;
	font-family: verdana;
	text-align: center;
}

p {
	color: black;
	text-align: left;
}

a {
	color: maroon;
	border: none;
	text-decoration: none;
}
div {
	margin: none;
	padding: none;
}

a img {
	border: none;
}

#main {
	width: 1000px;
	margin: auto;
}

div.comic , div.profile{
	background: black url('images/tabless.png') center top no-repeat;
	width: 800px;
	height: 1000px;
	margin: auto;
	overflow: auto;
	position: relative;
	float: left;
}

div.comic img.comic {
	width: 600px;
	border: solid thin black;
}

div.comic .comiccontain {
	position: absolute;
	top: 30px;
	left: 15%;
}

.comicnav {
	list-style-type: none;
	list-style-position: inside;
	padding: none;
	margin: none;
}

.comicnav li {
	display: inline;
	padding: none;
	margin: 10px;
}

.sidenav {
	float: left;
	width: 40px;
	list-style-type: none;
	list-style-position: inside;
	padding: none;
	margin: none;
	margin-top: 20px;
}

.sidenav img {
	float: right;
}

div.profile h2 {
	margin-top: 40px;
	clear: both;
	font-size: 130%;
	width: 350px;
}

ul.profile {
	margin-top: 10px;
	list-style-type: none;
	list-style-position: inside;
}

ul.profile li {
	width: 300px;
	height: 120px;
	border: thin black dashed;
	float: left;
	display: block;
	margin: 5px 48px;
}

ul.profile li img {
	float: left;
	height: 120px;
}

.profile .left {
	position: absolute;
	top: 8%;
	left: 5%;
	width: 250px;
}

.profile .right {
	position: absolute;
	top: 8%;
	right: 5%;
	width: 250px;
}