body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d1d1d1;
	color: #919191;
	text-align: center;
	margin: 0;
	padding: 0;
  }
 
#content{
	width: 800px;
	margin: 0 auto;
}
 
#comic {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	background: url('/images/middle.gif') top left repeat-y;
	background-color: #fff;
	border: 0px solid #000000;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom:15px;
}
  
#comic_top{
	background: url('/images/logos.gif') top no-repeat;
	height:100px;
	text-align:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	vertical-align:bottom;
	float:left;
	margin-bottom:10px;
}

a.banner {
	display: block;
	width: 707px;
	height: 100px;
	background: url("/images/logo.gif") 0 0 no-repeat;
	text-decoration: none;
	margin-bottom:0px;
	float:left;

}

#comic_bottom{
	width:800px;
	height:4px;
	background-color:#fff;
	background: url('/images/bottom.gif') bottom no-repeat;
}

#post {
	background: url('/images/newsmiddle.gif') top right repeat-y;
	float:left;
	width:500px;
	background-color: #fff;
	text-align: left;
	margin-bottom:15px;
}

#post_top {
	background: url('/images/news.gif') top right no-repeat;
	height:30px;
	padding-top:0px;
}

#post_bottom {
	background: url('/images/newsbottom.gif') bottom right no-repeat;
	height:3px;
}

#talk {
	background: url('/images/talkmiddle.gif') top right repeat-y;
	float:right;
	width:285px;
	background-color: #fff;
	text-align: left;
	margin:0;
	margin-bottom:15px;
}

#talk_top {
	background: url('/images/talk.gif') top right no-repeat;
	height:30px;
}

#talk_bottom {
	background: url('/images/talkbottom.gif') bottom right no-repeat;
	height:3px;
	margin:0;
}

#stuff {
	width:500px;
	text-align:center;
	background-color:#fff;
	float:left;
	margin-bottom:15px;
	background: url('/images/newsmiddle.gif') center repeat-y;
}
#stuff_top {
	width:500px;
	height:30px;
	background: url('/images/stuff.gif') top right no-repeat;
}
#stuff_bottom {
	width:500px;
	height:3px;
	background: url('/images/newsbottom.gif') bottom no-repeat;
}

h2 {
	font-size:20px;
	color:#919191;
	margin:0px;
}

div.padded {
	padding:10px;
}

ul {
	padding-top:10px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	float:right;
}

a:link {
	color:#919191;
	text-decoration:underline; 
}

a:visited {
	color:#919191;
	text-decoration:underline;
}

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

a:active {
	color:#919191;
	text-decoration:underline;
}

a.home {
	display: block;
	width: 46px;
	height: 10px;
	background: url("/images/home.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-bottom:4px;
	margin-top:5px;
}
a:hover.home {
	background-position: -46px 0;
}

a.archive {
	display: block;
	width: 82px;
	height: 10px;
	background: url("/images/archive.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-bottom:4px;
}
a:hover.archive {
	background-position: -82px 0;
}

a.links {
	display: block;
	width: 58px;
	height: 10px;
	background: url("/images/links.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-bottom:4px;
}
a:hover.links {
	background-position: -58px 0;
}

a.about {
	display: block;
	width: 58px;
	height: 10px;
	background: url("/images/about.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-bottom:4px;
}
a:hover.about {
	background-position: -58px 0;
}

a.extras {
	display: block;
	width: 70px;
	height: 10px;
	background: url("/images/extras.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-bottom:4px;
}
a:hover.extras {
	background-position: -70px 0;
}