body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	background: url(/images/bg/bg.png) repeat-y center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
}

#top_ads {
	background: url(/images/bg/bg.png) repeat-y center;
	margin-left: 49px;
	margin-right: 49px;
	text-align: center;
}

#header {
	font-size: 6px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

#gap {
	background-image: url(/images/bg/bg_gap.png);
	height: 45px;
}

#content_top {
	background: url(/images/bg/bg_content_top.png) top center no-repeat;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#content_top table {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
}

#content_top a {
	color: black;
	text-decoration: none;
}

#content_top a:hover {
	color: red;
	text-decoration: none;
}

#content_top span.title {
	font-size: 18px;
	text-decoration: underline;
}

#content {
	text-align: center;
	font-size: 11px;
	background: url(/images/bg/bg.png) repeat-y center;
}

#content h2 {
	font-size: 10px;
	text-transform: uppercase;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
}

#content a:hover {
	color: red;
}

#content_bottom {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/images/bg/bg_content_bottom.png);
	height: 20px;
}

#bottom {
	background: url(/images/bg/bg_bottom.png) no-repeat top center;
	height: 25px;
}

/* Rollover Buttons */

.cssnav {
	position: relative;
	white-space: nowrap;
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0;
	padding: 0;
}
.cssnav a {
	display: block;
	width: 140px;
	height: 30px;
	float: left;
	color: black;
	text-decoration: none;
}
.cssnav img {
	width: 100px;
	height: 30px;
	border: 0
}
.home { background: url(/images/home-btn-over.jpg) no-repeat center; }
.blog { background: url(/images/blog-btn-over.jpg) no-repeat center; }
.archive { background: url(/images/archive-btn-over.jpg) no-repeat center; }
.shop { background: url(/images/shop-btn-over.jpg) no-repeat center; }
.about { background: url(/images/about-btn-over.jpg) no-repeat center; }
.links { background: url(/images/links-btn-over.jpg) no-repeat center; }
.cssnav a:hover img { visibility:hidden }

.comicnav {
	position: relative;
	white-space: nowrap;
	display: block;
	width: 80px;
	height: 15px;
	margin: 0;
	padding: 0;
}
.comicnav a {
	display: block;
	width: 80px;
	height: 15px;
	color: black;
	text-decoration: none;
}
.comicnav img {
	width: 80px;
	height: 15px;
	border: 0
}
.first { background: url(/images/first-btn-over.jpg) no-repeat; }
.previous { background: url(/images/previous-btn-over.jpg) no-repeat; }
.random { background: url(/images/random-btn-over.jpg) no-repeat; }
.next { background: url(/images/next-btn-over.jpg) no-repeat; }
.latest { background: url(/images/latest-btn-over.jpg) no-repeat; }
.comicnav a:hover img { visibility:hidden }

* html a:hover { visibility:visible }