
.comicWindow{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.comicWindow .topRow{
	float: left;
	clear: both;
	background-image: url('/media/comic/comic_titlebg.gif');	
	height: 29px;	
	overflow: hidden;
	width: 800px;
}

.comicWindow .middleRow{				
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	background-color: #000000;
	width: 800px;
}



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

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

}

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

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

.comicWindow .topRow .center, .comicWindow .bottomRow .center{
	width: 788px;
}

.comic_title{
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-left:26px;
	margin-top:8px;
}

.comicNavContainer{
	float: left;
	clear: both;
	display: inline;
	width: 750px;
	margin-left: 26px;
}

.comicNavContainer .link{
	display:inline;
	float:left;
	height:33px;
	line-height:33px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 24px;
}
