* { margin: 0px; padding: 0px; }
img { border: 0px; }
html {
	background-color: #000000;
	color: #FFFFFF;
}
h1 {
	font-family: BankGothic Lt BT;
	font-size:24px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 11px;
}

h5 {
	font-family: BankGothic Lt BT;
	font-size: 9px;
	font-weight: normal;
}
.preload {
	display:none;
}
.container {
	text-align: center;
}
.mainbody {
	/* background-color: pink;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 820px;
	/* text-align: center; */
	position: relative;
	margin: 0 auto;
}
.header {
	margin-top: 5px;
	/*background-image: url(/images/header.jpg);*/
	background-image: url(/images/header2.jpg);
	width: 820px;
	height: 35px;
	/*height: 115px;*/
}
.main {
	/* background-color: orange; */
	position: relative;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 359px;
}
.content {
	/* background-color:transparent; */
	/* background-color: gray;*/
	position: absolute;
	width: 650px;
	height: 320px;
	top: 18px;
	left: 78px;
	overflow: auto;
	scrollbar-face-color:#2F85C2;
	scrollbar-track-color:#CFD0D0;
	scrollbar-arrow-color:white;
	scrollbar-shadow-color:#3A5C8A;
	scrollbar-dark-shadow-color:black
}

.footer {
	width: 820px;
	/*top: 670px;
	left: 0px;*/
}
.ad468x60 {
	margin: 0 auto;
	width: 468px;
	height: 60px;
}

/* News Styles */

.news {
	width: 626px;;
	color: black;
        border: 2px solid #666666;
        text-align: left;
        margin: 0 auto;
        margin-top: 8px;
        /*filter:alpha(opacity=80);*/
}
.newsTitle {
	color: black;
	/* padding-bottom: 5px;*/
}
.newsTop {
	padding-left: 2px;
	width: 624px;
	/*height: 14px;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/75op.png');
}
.newsTop[class] {
  background-image:url(/images/75op.png);
}
.newsBody {
	/*background-image: url(/images/50op.png);*/
	border-top: 2px solid #333333;
        padding-left: 2px;
        width: 624px;
        font-size: 12pt;
        background-color: #E7F4FF;
        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/50op.png');*/
}
.newsBody[class] {
	background-color: transparent;
	background-image:url(/images/50op.png);
}
.newsBack {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 11px;
	padding-top: 5px;
}
.newsArchive {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	padding-left: 11px;
	padding-top: 5px;
}
.news input {
	font-size: 11px;
}
.news textarea {
	font-size: 13px;
	width: 619px;
	height: 242px;
}
.newsAdmin {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.lister {
	/*font-family: BankGothic Lt BT;*/
	font-size: 12px;
	/*color: #000000;*/
	width: 633px;
	height: 100%;
	vertical-align: middle;
	margin: 0 auto;
	/*background-image:url(/images/75opb.png);*/
	background-color: #000000;
}
.liste {
	padding-top: 10px;
	background-color: #000000;
	/*background-image:url(/images/75opb.png);*/
}
input.button {
	color:#000000;
	/*font-family:'trebuchet ms',helvetica,sans-serif;*/
	font-size: 10px;
	font-weight:bold;
	background-color:#FFFFFF;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
input.buttonover {
	color:#000000;
	/*font-family:'trebuchet ms',helvetica,sans-serif;*/
	font-size: 10px;
	font-weight:bold;
	background-color:#D0E6F8;
	border:1px solid;
	border-top-color:#676;
	border-left-color:#796;
	border-right-color:#463;
	border-bottom-color:#463;
}
a:link, a:active {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
#nav {
	/* background-color: yellow;*/
	position: relative;
	width: 820px;
	height: 210px;

	/*top: 474px;
	left: 0px;*/
}
#nav * { margin: 0px; padding: 0px; border: 0px;}
#nav .nav_left {
	float: left;
	/*background-color: blue;*/
	width: 315px;
	height: 210px;
}
#nav .current {
	float: left;
	/*position: absolute;*/
	background-color: black;
	width: 186px;
	height: 178px;
	margin-top: 5px;
	/*left: 314px;*/
	/*top: 5px;*/
	border: 2px solid #D2EDF0;
	/*z-index: 1;*/

}
#nav .nav_right {
	float: left;
	/*background-color: green;*/
	width: 315px;
	height: 210px;
}
#nav a {
	color: #FFF;
	/*font-family: BankGothic Lt BT;*/
	/*font-family: ITC Garmound;*/
	font-family: Times New Roman;
	font-size:24px;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-shadow: 3px 3px 5px red*/
}

#nav a:hover {	
	background-position: -315px 0px;
}

#nav .news {
	display: block;
	width: 315px;
	height: 55px;
	background: url(/images/nav/news.png) 0px 0px no-repeat;
}
#nav .newsText {
	position: relative;
	top: 16px;
	left: 75px;
}
#nav .feature {
	display: block;
	width: 315px;
	height: 45px;
	background: url(/images/nav/fetures.png) 0px 0px no-repeat;
}
#nav .featureText {
	position: relative;
	top: 10px;
	left: -24px;
}
#nav .contact {
	display: block;
	width: 315px;
	height: 44px;
	background: url(/images/nav/contact.png) 0px 0px no-repeat;
}
#nav .contactText {
	position: relative;
	top: 10px;
	left: -9px;
}
#nav .buy {
	display: block;
	width: 315px;
	height: 44px;
	background: url(/images/nav/buy.png) 0px 0px no-repeat;
}
#nav .buyText {
	position: relative;
	top: 8px;
	left: -3px;
}
#nav .comics {
	display: block;
	width: 315px;
	height: 56px;
	background: url(/images/nav/comics.png) 0px 0px no-repeat;
}
#nav .comicsText {
	position: relative;
	top: 16px;
	left: 28px;
}
#nav .shorts {
	display: block;
	width: 315px;
	height: 46px;
	background: url(/images/nav/shorts.png) 0px 0px no-repeat;
}
#nav .shortsText {
	position: relative;
	top: 8px;
	left: 15px;
}
#nav .about {
	display: block;
	width: 315px;
	height: 42px;
	background: url(/images/nav/about.png) 0px 0px no-repeat;
}
#nav .aboutText {
	position: relative;
	top: 8px;
	left: 0px;
}
#nav .links {
	display: block;
	width: 315px;
	height: 42px;
	background: url(/images/nav/links.png) 0px 0px no-repeat;
}
#nav .linksText {
	position: relative;
	top: 8px;
	right: 18px;
}