/* Unchanged */
#header{display:none;}
#mainMenu{display:none}
#leftbar{display:none}
#preMain{display:none}
#rightbar{display:none}
#next_chapter{display:none}
#footer{display:none}
div.download_xls {display:none}





body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 15px;
}
img {
	border:none;
}
.thrColFixHdr #container {
	/* width: 1024px;  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 100%;
	background: #FFF;
	/*background-image: url(../img/gradient_bg.png);
	background-repeat: repeat-x;*/
	text-align: left;
	margin-top: 0;
	margin-bottom: 24px;
	margin-left: 0px;
	float:left;

}

.thrColFixHdr #mainContainer #mainContent p{
	width:90%;
	padding:2px 0 10px 0;
}
