.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FAFAEE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FAFAEE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
}


.thrColFixHdr #mainContent1 {
	margin: 0px 180px 0px 500px; /* 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: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFEDCD;
} 
