#content_container {
	background: #000000; background-image: url(../images/comic_container_bg.gif); background-repeat: y-repeat; background-attachment: scroll;
}

#topimg_content_bg {
	background-image: url(../images/top_comic_bg.gif); background-position: top left; background-repeat: no-repeat; background-attachment: scroll;
}

#bottomimg_content_bg {
	background-image: url(../images/bottom_comic_bg.gif); background-position: top left; background-repeat: no-repeat; background-attachment: scroll;
}

#comic_title {
	position: relative; margin: 16px auto 25px 19px; float: none; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #ECEBE5;
}
#comic_title a:link {
	text-decoration: none; color: #ECEBE5;
}
#comic_title a:visited {
	text-decoration: none; color: #ECEBE5;
}
#comic_title a:hover {
	text-decoration: none; color: #F8C038;
}

#comic_box {
	position: relative; margin-bottom: 43px; padding: 0px; text-align: center;
}

#comic_navigation {
	position: relative; margin: 0px; float: left; padding: 0px; width: 628px; height: 34px; background: #ECEBE5;
}

.page_number {
	position: relative; float: left; margin: 7px auto auto 19px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; color: #57626D;
}

.comic_nav_items {
	position: relative; float: right; margin: 9px 19px auto auto; padding: 0px; text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #6F3C28;
}
.comic_nav_items a:link {
	text-decoration: none; color: #6F3C28;
}
.comic_nav_items a:visited {
	text-decoration: none; color: #6F3C28;
}
.comic_nav_items a:hover {
	text-decoration: none; color: #F8C038;
}

.comic_nav_none {
	color: #C7BBB6;
}
