.thrColFixHdr #sidebar3 {
	float: left; /* 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; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #sidebar4 {
	float: right; /* 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: 5px;
}


.thrColFixHdr #mainContent2 {
	margin: 0px 500px 0px 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #331A00;
	padding: 5px;
} 

