@charset "utf-8";
/* CSS Document */
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: url(../images/bGrounds/2colContainerDT.png) center;
}
.thrColFixHdr #mainContent {
	margin: 0 0px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 1px 10px;
}