/* modern_3colnwn.css
 */

#divColumn1 {
	display				: inline;
	float				: left;
	width				: 180px;
	min-height			: 1px;
}

#divColumn2 {
	display				: inline;
	float				: right;
	width				: 152px;
}

#divColumn99 {
	display				: inline;
	float				: left;
	width				: 608px;
	padding				: 13px 16px 5px;
}


/* This IE6-only nonsense stops the duplicated text bug from hell... */ 

.ie6 #divColumn2 {
	margin-left			: -3px;
}

.ie6 #divColumn99 {
	margin-right		: -3px;
}


/*
 *
 * Hide the footer's secondary nav menu in 3-col mode, since it's
 * in the right column.
 */

#divSectionBottomSecondaryNav {
	display				: none;
}

