BODY {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	background-color: #464646;
	margin: 0;
	padding: 0;
} 
.comicBody{
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.disclaimer{
	font-weight: bold;
	line-height: 24px;
	background-color: #464646;
	padding: 0px;
}
.link_text {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFD114;
	padding-right: 8px;
	text-align: center;
}
.download_text {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding-right: 8px;
	text-align: center;
}
.news_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFD114;
}
.news_info {
	font-size: .9em;
	font-weight: bold;
	color: #636363;
}
.news_text {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
}
.news_footer{
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	line-height: 13px;
	padding-left: 320px;
	vertical-align: top;
	padding-bottom: 2px;
}
table.bio{
	border: 3px solid #FFD114;
	text-align: left;
}
table.bio td{
	font-size: 1.1em;
	font-weight: bold;
}
table.bio .question{
	font-size: 1.2em;
	color: #FFD114;
}
html{
		SCROLLBAR-FACE-COLOR: #464646;
	SCROLLBAR-HIGHLIGHT-COLOR: #7d7d7d;
	SCROLLBAR-SHADOW-COLOR: #323232;
	SCROLLBAR-3DLIGHT-COLOR: #111;
	SCROLLBAR-ARROW-COLOR: #FFD114;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #000;
	SCROLLBAR-BASE-COLOR: #555452;
}
#header {
	position: absolute;
	top: 0;
	left: -55px;
	margin: 0;
	padding: 0;
	height: 115px;
	width: 960px;
	font-size: 1em;
	font-weight: bold;
	background-color: #464646;
	text-align: center;
	color: #FFFFFF;
}
a.headerLink:link,a.headerLink:visited,a.headerLink:active{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
a.headerLink:hover{
	color: #FFD114;
	text-decoration: underline;	
}
#center {
	position: relative;
	top: 0;
	left: 0;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#comic {
	position: absolute;
	top: 125px;
	left: 0;
	margin: 0;
	padding: 0;
	height: 290px;
	width: 850px;
}
#comicMenu {
	position: relative;
	top: 415px;
	left: 0;
	padding: 0;
	height: 28px;
	width: 482px;
	margin-left: auto;
	margin-right: auto;
}
#contentTableMain{
	position: absolute;
	top: 482px;
	left: 0;
	width: 900px;
	padding: 4px;
	vertical-align: top;
}
#contentTableMain a:link,a:visited,a:active{
	color: #FFD114;
	text-decoration: none;
}
#contentTableMain a:hover{
	color: #FFF;
	text-decoration: underline;	
}
.contentTable{
	background-color: #333333;
}
#contentTableInterior{
    position: absolute;
	top: 125px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 850px;
	background-color: #333333;
}
#contentTableInterior a:link,a:visited,a:active{
	color: #FFD114;
	text-decoration: none;
}
#contentTableInterior a:hover{
	color: #FFF;
	text-decoration: underline;	
}
#contentTableInterior .cast{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #FFD114;
}
#contentTableInterior a.cast_title{
	font-size: 3em;
	font-weight: bold;
	line-height: 35px;
	color: #FFD114;
}
#contentTableInterior a.cast_link {
	border: 3px solid #FFD114;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#contentTableInterior a.cast_link:hover {
	border: 3px solid #FFF;
}
#contentTableInterior a.support_cast {
	text-decoration: none;
}
#contentTableInterior a.support_cast:hover {
	text-decoration: underline;
	color: #FFF;
}
#contentTableMain a.comic_link {
	border: 3px solid #333333;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#contentTableMain a.comic_link:hover {
	border: 3px solid #FFD114;
}
/* The following styles will only appear on the document "year.php" */
#contentTableInterior .month{
	background-color: #FFD114;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-weight: bold;
	padding-top: 3px;
	vertical-align: middle;
}
#contentTableInterior .dayofweek{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	font-weight: bold;
}
#contentTableInterior .daysPast{
	background-color: #464646;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	height: 16px;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
}
#contentTableInterior .daysFuture{
	background-color: #333333;
	color: #464646;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	height: 16px;
	text-align: center;
	padding-top: 4px;
}
#contentTableInterior a.linked-day:link,a.linked-day:active,a.linked-day:visited {
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 20px;
	height: 16px;
	display: block;
	text-align: center;
	padding-top: 3px;
}
#contentTableInterior a.linked-day:hover {
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFD114;
	width: 20px;
	height: 16px;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
}
