BODY, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFC602;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #FFC602;
	scrollbar-shadow-color: #E7A001;
	scrollbar-highlight-color: #FFD441;
	scrollbar-3dlight-color: #FFD441;
	scrollbar-darkshadow-color: #F7B902;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #FFBC00;
	background-image: url(images/content.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#center {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#container {
	float:left;
	background-image: url(images/content.gif);
}
#header {
	position: relative;
	height: 60px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	background-image: url(images/header.gif);
	line-height: 20px;
	text-align: right;
	padding: 0;
}
#comic {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#comicTopper{
	background-image: url(images/comic.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
	color: #F54A07;
	line-height: 20px;
}
#comicMain{
	background-color: #FFF;
}
a.headerLink:link,a.headerLink:visited,a.headerLink:active{
	color: #F54A07;
	text-decoration: none;
	line-height: 20px;
	font-weight:bold;
}
a.headerLink:hover{
	color: #000;
	text-decoration: underline;	
}
#comicBottom{
	height:10px;
	background-image:url(images/comic-bottom-bg.gif);
}
#left {
	float: left;
	color: #000;
	width: 224px;
	padding-left: 18px;
}
.clear{
	clear:both;
}
.web {
	color: #000;
	width: 192px;
	padding-left: 12px;
}
a.webcomic:link {
	border: 3px solid #FEB500;
	float: left;
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}
a.webcomic:visited {
	border: 3px solid #FEB500;
	float: left;
	padding: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}
a.webcomic:hover {
	border: 3px solid #FFF;
}
#right {
	float:left;
	padding-left: 30px;
	width: 572px;
}
#right a:link,a:visited,a:active {
	color: #F54A07;
	text-decoration: none;
}
#right a:hover {
	color: #000;
	text-decoration: underline;	
}
#right .title{
	font-size: 1.3em;
	font-weight: bold;
	color: #F54A07;
}
#right .date{
	font-size: .9em;
	text-indent: 3px;
	color: #000;
}
#footer {
	color: #BBB;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
}
#footer a:link,a:visited,a:active {
	color: #F54A07;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;	
}
h1 {
	color: #BBB;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
}