body {
	background: url(../images/woodenBg2.jpg) top center;
}

.title {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}

.comic {
	width: 980px;
	margin: 0px auto;
}


td.topLeftShadow {
	width: 15px;
	height: 15px;
	background: url(../images/comicShadowTopLeft.png) bottom right no-repeat;
}

td.topShadow {
	height: 15px;
	background: url(../images/comicShadowTop.png) bottom;
}

td.topRightShadow {
	width: 17px;
	height: 15px;
	background: url(../images/comicShadowTopRight.png) bottom left no-repeat;
}

td.leftShadow {
	width: 15px;
	background: url(../images/comicShadowLeft.png);
}

td.rightShadow {
	width: 18px;
	background: url(../images/comicShadowRight.png);
}

td.bottomLeftShadow {
	width: 15px;
	height: 15px;
	background: url(../images/comicShadowBottomLeft.png) top right no-repeat;
}

td.bottomShadow {
	height: 19px;
	background: url(../images/comicShadowBottom.png) bottom;
}

td.bottomRightShadow {
	width: 18px;
	height: 19px;
	background: url(../images/comicShadowBottomRight.png) top right no-repeat;
}

a.leftArrow {
	display: block;
	width: 92px;
	height: 111px;
	text-decoration: none;
	background: url(../images/leftArrow.png) no-repeat;
}

a.rightArrow {
	display: block;
	width: 92px;
	height: 111px;
	text-decoration: none;
	background: url(../images/rightArrow.png) no-repeat;	
}

.newsPosts {
/*	margin-left: 115px;*/

	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;	
	color: #333333;

	margin: 0px auto;
	width: 980px;
	padding-top: 10px;
}


br { letter-spacing: 0; }


.selectComic {
	margin-top: 30px;
	margin-bottom: 50px;
}

.selectComic select {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;	
	color: #333333;

}


.newsPosts a:link {
	color: #CC0000;
	font-style: normal;
	text-decoration: none;

}

.newsPosts a:active {
	color: darkred;
	text-decoration: none;

}
.newsPosts a:hover {
	color: darkred;
	text-decoration: none;

}

.wrapper {
	width: 980px;
	margin: 0px auto;
}