html{
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: arial;
	color: #ffffff;		
}

img{
	border: 0px;	
}

p{
	margin: 12px 0px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}

.centeredContent{
	width: 1004px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
}

.centeredContent .topBG{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 132px;
	background-image: url('/media/general/fractal_topbg.jpg');	
}

.contentRow {
	float: left;
	clear: both;
	position: relative;
	z-index: 10;	
	width: 100%;
}

.fractalBG{
	float: left;
	background-image: url('/media/general/fractal_bg.jpg');
	width: 1004px;
	background-position: 0px -58px;
}

.blackbtn{
	cursor: pointer;
	float: left;
}

.blackbtn .left{
	float: left;
	background-image: url('/media/general/blackbtn_l.png');
	width: 7px;
	height: 21px;
}

.blackbtn .right{
	float: left;
	background-image: url('/media/general/blackbtn_r.png');
	width: 7px;
	height: 21px;
}

.blackbtn .center{
	float: left;
	background-image: url('/media/general/blackbtn_c.png');
	float: left;
	padding: 0px 10px;
	height: 21px;
	color: #ffffff;
	text-align:center;
	line-height: 21px;
}

.blackcorner_tl,.blackcorner_tr, .blackcorner_bl, .blackcorner_br{	
	width: 6px;
	height: 5px;
	position: absolute;
	overflow: hidden;
	z-index:10;
} 

.blackcorner_tl{
	background-image: url('/media/general/blackcorner_tl.gif');
	top: 0px;
	left: 0px;
	}
	
.blackcorner_tr{
	background-image: url('/media/general/blackcorner_tr.gif');
	top: 0px;
	right: 0px;
	}
	
.blackcorner_bl{
	background-image: url('/media/general/blackcorner_bl.gif');
	bottom: 0px;
	left: 0px;
	}
	
.blackcorner_br{
	background-image: url('/media/general/blackcorner_br.gif');
	bottom: 0px;
	right: 0px;
	}
	
	
.fullrowitem{
	float: left;
	clear: both;
	width: 973px;
	margin-left: 17px;
	display: inline;
}

.fullrowitem .top{
	float: left;
	clear: both;
	width: 973px;
	height: 6px;
	background-image: url('/media/general/fullrow_item_top.png');
	overflow: hidden;
}

.fullrowitem .centerBG{
	float: left;
	clear: both;
	width: 973px;	
	background-image: url('/media/general/fullrow_item_c.png');
}

.fullrowitem .centerBG .content{
	float: left;
	margin: 18px 0px;
}

.fullrowitem .bottom{
	float: left;
	clear: both;
	width: 973px;
	height: 6px;
	background-image: url('/media/general/fullrow_item_bottom.png');
	overflow: hidden;
}

a:link, a:visited{
	text-decoration: none;
	color: #ffffff;
}

a:hover, a:active{
	text-decoration: underline;
	color: #ffffff;
}		

a.gray:link, a.gray:visited{
	text-decoration: none;
	color: #a9a9a9
}

a.gray:hover, a.gray:active{
	text-decoration: underline;
	color: #a9a9a9
}		

.menuItem{
	float: left;
	height: 32px;
	margin-left: 15px;
	cursor: pointer;
	display: inline;
}



.preload{
	position: absolute;
	left: -5000px;
	top: -5000px;
}


.modalBG{
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('/media/general/modalbg.png');
	left: 0px;
	top: 0px;
	z-index: 100;	
	display: none;
}




/* modal windows */

.modalWindow{
	position: absolute;
	top: -5000px;
	left: -5000px;
	z-index: 1000;
}

.modalWindow .topRow{
	float: left;
	clear: both;
}

.modalWindow .topRow .left{
	float: left;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/media/general/blackcorner.gif');	
	background-position: 0px 0px;
}

.modalWindow .topRow .center{
	float: left;	
	height: 6px;
	overflow: hidden;
	background-color: black;
}

.modalWindow .topRow .right{
	float: left;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/media/general/blackcorner.gif');	
	background-position: 6px 0px;
}

.modalWindow .middleRow{				
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	background-color: #000000;
}



.modalWindow .bottomRow{
	float: left;
	clear: both;
}

.modalWindow .bottomRow .left{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('/media/general/blackcorner.gif');	
	background-position: 0px -6px;
	overflow: hidden;

}

.modalWindow .bottomRow .center{
	float: left;	
	height: 6px;
	overflow: hidden;
	background-color: black;
}

.modalWindow .bottomRow .right{
	float: left;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background-image: url('/media/general/blackcorner.gif');	
	background-position: -6px -6px;
}


.centered{													
	margin-left: auto;
	margin-right: auto;
}


.comicTeaser{
	float: left;
	border: 1px solid #ffffff;
	margin-right: 5px;	
}

#messageDiv
{	
	position:absolute;
	top:33%; 
	left:352px; 
	width:300px; 
	height:100px; 
	z-index:2000;
	display:none; 		
	background-color:#222222;
	border: 2px solid white;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	padding-top:20px;
	font-size: 12px;		
}

#messageDivCloseButton
{
	margin-top:25px;
}

/* Boxes */

div.box
{
}

div.box.gray_black div.top
{
	float:left;
	clear:both;
	width:100%;
}

div.box.gray_black div.top div.left
{
	float:left;
	background-image: url('/media/general/boxes/gray_black/gb_box_tl.png');
	width:5px;
	height:26px;
}

div.box.gray_black div.top div.center
{
	float:left;
	background-image: url('/media/general/boxes/gray_black/gb_box_tc.png');	
	background-repeat: repeat;
	height:26px;
}

div.box.gray_black div.top div.right
{
	float:left;
	background-image: url('/media/general/boxes/gray_black/gb_box_tr.png');
	width:5px;
	height:26px;	
}

div.box.gray_black div.middle
{
	float:left;
	clear:both;	
	background-image: url('/media/general/boxes/gray_black/gb_box_body_bg.png');	
	background-repeat: repeat;
	width:100%;	
}

div.box.gray_black div.bottom
{
	width:100%;	
	float:left;
	clear:both;
	height:6px;
	font-size:2px; /* otherwise IE will stretch the div's height, even if no text is present */ 
}

div.box.gray_black div.bottom div.left
{
	float:left;
	background-image: url('/media/general/boxes/gray_black/gb_box_bl.png');
	width:5px;
	height:6px;
}

div.box.gray_black div.bottom div.center
{
	float:left;
	background-image: url('/media/general/boxes/gray_black/gb_box_body_bg.png');
	background-repeat: repeat;
	height:6px;
}

div.box.gray_black div.bottom div.right
{
	float:left;
	background-image: url('/media/general/boxes/gray_black/gb_box_br.png');
	width:5px;
	height:6px;
}

div.break
{
	clear:both;
}

