@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/_images/background_gradient.jpg);
	margin: 0;
} 

body, td, p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContent {
	width: 1024px;
	height: 768px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#subNav {
	width: 940px;
	margin: 10px 10px 10px 10px;
}

#comicContent {
	margin: 10px 10px 10px 10px;
}

#newsContent {
	margin: 10px 10px 10px 10px;
}

#copyright {
	margin: 10px 10px 10px 10px;
}

#adBannerBox {
	margin: 10px 10px 10px 10px;
}

table.cal th { 
	background: #dddddd; 
	background:url(/_images/header.gif);
}
table.cal tr.cal-row { background: #ffffff; }
table.cal tr.cal-week { background: #eeeeee; }
table.tb { color: #ffffff; background: #000000; }
table.tb td { color: #000000; background: #ffffff; }
table.tb tr.th td {
	color: #FFFFFF;
	background: #dddddd;
	font-size: 12px;
	font-weight: bold;
	background:url(/_images/header.gif);
}

.border { border: 1px solid #000000; }
.h1 { font-size: 20px; font-weight: bold; }
.maintitle {width: 960px; font-size: 30px; font-weight: bold; }

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	color: #FFFFFF
}

#footer a{
	color: #FFFFFF
}

ul#navTabs {
	position: relative !important;
	top: 0;
	left: 0px;
	width: 1024px;
	margin: 0;
	height: 30px;
	list-style-type: none;
	overflow: hidden;
}

body#home ul#navTabs {
	background: transparent url(../img/footer_menu2.gif) no-repeat;
	left: 0px;
}

ul#navTabs li a {
	
	position: absolute !important;
	top: 0px;
	width: 1024px;
	text-indent: -9999px;
	text-decoration: none;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* IE5/Win */
	background: transparent url(../img/footer_menu2.gif) no-repeat;
}

