body {
	background: #FFF url('images/bg_content.gif') repeat-y;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
td, input, select, textarea, div, body {
	font: 12px arial;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:hover, a:visited {
	color: #518799;
}
a:hover, a:visited {
	text-decoration: none;
}
h1, h2 {
	clear: both;
	margin: 0px 0px 10px 0px;
}
h2 a {
	text-decoration: none;
}

#mastHead {
	background: #74c2da url('images/bp_logo.gif') no-repeat;
	font: 16px arial;
	height: 88px;
	text-align: right;
	cursor: pointer;
}
#theStuff {
}
#comicMenu {
	width: 250px;
}
#suppHeader {
	padding: 15px;
	font: 18px arial;
	font-weight: bold;
	background: #518799;
	color: #FFF;
	margin-bottom: 10px;
}
#comicMenu a {
	padding: 3px 15px;
	display: block;
	text-decoration: none;
	clear: both;
}
#comicMenu a.itsNew {
	font-weight: bold;
	background: url('images/itsNew.gif') no-repeat;
}
#comicMenu a:hover {
	background: #E1F8FF;
}
#comicMenu a.itsNew:hover {
	background: #E1F8FF url('images/itsNew.gif') no-repeat;
}
#barnacleBlog {
	background: #FFF url('images/bg_body.gif') no-repeat top right fixed;
	padding: 15px 90px 15px 15px;
	position : absolute;
	left : 260px;
	top : 88px;
}
#barnacleBlog img {
	border: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
.post {
	clear: both;
}
.postmetadata {
	border-bottom: 1px solid #CCC;
	clear: both;
	font: 10px arial;
	padding-bottom: 10px;
}
.alignleft {
	float: left;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px;
}
div#sidebar {
	clear: both;
	display: block;
	background: #74c2da;
	padding: 15px;
}
div#sidebar td {
	color: #FFF;
	padding-right: 15px;
}
div#sidebar a, div#sidebar {
	color: #FFF;
}
input#s {
	width: 80%
}
#categoryListing {
	background: #FFF url('images/bg_body.gif') no-repeat top right fixed;
	padding: 15px 130px 10px 15px;
	position : absolute;
	left : 260px;
	top : 88px;
	min-height: 3500px;
}
#categoryListing img {
	margin: 0px 0px 5px 10px;
}
#listContainer {
	clear: both;
}
.comicListing {
	border: 1px solid #518799;
	display: block;
	float: left;
	padding: 5px;
	margin: 0px 2px 2px 0px;
	width: 100px;
	height: 60px;
	text-align: center;
	text-decoration: none;
}
a.comicListing:visited {
	background: #F0FBFF;
}
a.comicListing:hover {
	background: #E1F8FF;
}
h2.yearHead {
	color: #518799;
	padding: 10px 5px 0px 5px;
	margin-bottom: 0px;
}
#comicTitle {
	color: #518799;
	font: 24px arial;
	font-weight: bold;
	margin-right: 10px;
}
#comicAuthor {
	font: 14px arial;
	color: #666;
}