body{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/bg1.gif);
	background-color: #5E0608;
	background-repeat: repeat;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

a{
	color: #00FF00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #008000;
}

img{
	border-style: none;
}

#top{
	width: 100%;
	/*text-align: center;*/
	min-height: 6em;
}
#main{
	margin-left: 200px;	
	width: 700px;
	
}

#sidebar{
	background-color: #000000;
	border: 4px solid #B0B0B0;
	float: left;
	min-height: 25em;
	min-width: 180px;
	font-size: 18px;
}

#sidebar ul{
	margin-left: 12px;
	margin-top: 0px;
	list-style-type: none;
	padding: 10px 20px 0px 5px;
}

#sidebar li{
	padding: 0px 0px;
}

.button{
	padding: 3px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#current{
	background-color: #000000;
	color: #B0B0B0;
	border: 4px solid #B0B0B0;
	margin: 1em auto 0px auto;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 0px;
}

#current h2{
	margin: 0px;
	text-align: center;
	padding: 0px;
}

.content{
	background-color: #050844;
	color: #B0B0B0;
	border: 4px solid #B0B0B0;
	padding: 20px;
}

.content h2{
	margin-top: -20px;
	margin-left: -18px;
	text-decoration: underline;
}

.entrybox{
	background-color: #050844;
	color: #B0B0B0;
	padding: 0px;

}

.entrybox .postheader{
	background-color: #AA0000;
	background-repeat: no-repeat;
	background-position: bottom right;
	/*height: 63px;*/
}

.entrybox .post{
	padding: 25px 15px;
}

.entrybox .title{
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
}

.entrybox .postinfo{
	width: 580px;
	font-size: 15px;
	position: relative;
	left: 9px;
}

#navpost{
	background-color: #AA0000;	
	margin-top: -35px;
}

#navcomic{
	padding: 25px 20px;
	background-color: #000000;

	/* border: 4px solid #B0B0B0; */
}

#navcomic table{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#navcomic td{
	text-align: center;

}

#copyright{	
	clear: both;
	width: 75%;
	text-align: center;
	width: 940px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	position: relative;
	top: 35px;
}
