body
{
	margin: 0;
	padding: 0;
	background-color: #343F4A;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
}

a:link
{
	color: #888899;
}
a:visited
{
	color: #777788;
}
a:hover
{
	color: #FFFFFF;
}


#page_container
{
	background-color:#101921;
	color: #C0C0C0;
	width: 1014px;
	margin: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#post_container
{
	position:relative;
	width:860px;
	margin:auto;
}

#footer
{
	background-color:#343F4A;
	vertical-align:bottom;
	text-align:center;
	border-bottom:0;
	position: relative;
	width: 800px;
	top: 25px;
	margin:auto;
}

.banner
{
	position:absolute;
	z-index: 2;
	margin: auto;
}

.nav_buttons
{
	position:relative;
	border:hidden;
	top:55px;
	left:40px;
}

.comic
{
	position:relative;
	width:860px;
	margin:auto;
}
.comic_nav
{
	border:hidden;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
}

.sidebar
{
	position:absolute;
	left: 1150px;
	top: 250px;
	z-index: 2;
}

.donate
{
	position:absolute;
	left: 1000px;
	top: 130px;
	z-index: 3;
}

.post_image
{
	position:relative;
	left:30px;
}
.post_title
{
	position:relative;
	left:150px;
	top:-100px;
	font-size: 16pt;
	font-weight: bold;
	color: #FA6D0F;
}
.post_time
{
	position:relative;
	left:150px;
	top:-100px;
	font-size: 10pt;
	font-style: italic;
}
.post_author
{
	position:relative;
	left:150px;
	top:-100px;
	font-size: 10pt;
}
.post
{
	position:relative;
	top:-20px;
	width:800px;
	margin:auto;
	text-align:justify;
}

.content
{
	position:relative;
	width:800px;
	margin:auto;
	top: 200px;
}