/*CSS for /comics*/

h2, h3, h4, #newest{
	margin-bottom: 10px;
}

.comic_image{
	height:181px;
}

.comic_container p{
	margin: 0px;
	padding: 0px 40px;
}

.comic_container{
	float: left;
	width: 350px;
	margin: 0px;
}

.comic, .comic_top, .comic_bottom{
	text-align: center;
}

.comic{
	width: 350px;
	min-height: 400px;
	background: transparent url(./img/comicbg.gif) repeat-y scroll top left;
}

.comic_top{
	width: 350px;
	height: 30px;
	background: transparent url(./img/comicbg_top.gif) no-repeat scroll top left;
}

.comic_btm{
	width: 350px;
	height: 46px;
	background: transparent url(./img/comicbg_btm.gif) no-repeat scroll top left;
}
