/* CSS Document */

/* #col2 will always be the main text content, regardless of its left/right placement */
.oneColFixCtrHdr #col2 {
	width: 440px; /* be sure to factor in 3px slop for ie 6: #mainContent = (#col2 + #col3 - 3px) + #col1 */
	float: left; /* right=middle column, left=lefthand column */
	margin: 0;
	padding: 0;
}
/* #col3 will always be the main image, regardless of its left/right placement */
.oneColFixCtrHdr #col3 {
	width: 392px; /* be sure to factor in 3px slop for ie 6: #mainContent = (#col2 + #col3 - 3px) + #col1 */
	float: right; /* left=lefthand column, right=middle column */
	margin: 0;
	padding: 0;
}
#textScroll {
	/*width: 410px;
	padding: 0 21px 0 9px;*/
}
