#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:center;
}

#header{
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

#header img{
	padding:0px;
	margin:0px;
	border:0px;
	text-align:center;
}	

#textWrapper{
	display:inline;
	position:relative;
	float:left;
}

#centerTextBoxBackground{
	width:490px;
	height:460px;
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; 
	opacity:0.75;
	border:1px inset #CC9900;
	display:block;
	z-index:1;
	overflow:hidden;
}

#centerTextBoxText{
	width:98%;
	height:98%;
	padding:5px;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:100%;
	text-align:left;
	font-weight:normal;
	z-index:2;	
}

#centerTextBoxText ul{
	list-style:none;
}

#centerTextBoxText img{
	border:0px;
	padding:0px;
	margin:0px;
}

#centerTextBoxText .firstLetter{
	font-size:160%;
	font-weight:bolder;
}

#centerTextBoxText .pageTitle{
	font-size:250%;
	font-weight:bolder;
	border-bottom:1px solid #FF00FF;
	text-align:center;
}

#centerTextBoxText .byLine{
	font-size:110%;
	font-style:italic;
	text-align:center;
}

#centerTextBoxText .chapterNumber{
	font-size:160%;
	font-weight:bolder;
	text-align:center;
}

#centerTextBoxBackgroundCenterAligned{
	width:490px;
	height:460px;
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; 
	opacity:0.75;
	border:1px inset #CC9900;
	display:block;
	z-index:1;
	overflow:hidden;
}

#centerTextBoxTextCenterAligned{
	width:98%;
	height:98%;
	padding:5px;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:100%;
	text-align:center;
	font-weight:normal;
	z-index:2;	
}

#centerTextBoxTextCenterAligned ul{
	list-style:none;
}

#centerTextBoxTextCenterAligned img{
	border:0px;
	padding:0px;
	margin:0px;
}

#centerTextBoxTextCenterAligned .firstLetter{
	font-size:160%;
	font-weight:bolder;
}

#centerTextBoxTextCenterAligned .pageTitle{
	font-size:250%;
	font-weight:bolder;
	border-bottom:1px solid #FF00FF;
}

#centerTextBoxTextCenterAligned .byLine{
	font-size:110%;
	font-style:italic;
}

#footer{
	width:490px;
	text-align:center;
	display:block;
	margin-top:15px;
}