@charset "utf-8";
.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0 198px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.twoColFixLtHdr #mainContent #contentHeader {
	width: 546px;
	height: 26px;
	background-image:url(../img/contentHeader.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.twoColFixLtHdr #mainContent #contentBodyContainer {
	width: 538px;
	background-color: #0A0A0A;
	border: 1px solid #666666;
	margin-top: -1px;
	margin-left: 3px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #mainContent #contentBodyContainer #contentBody {
	padding: 5px;
}
