/* scarboroughfair_3colnwn.css
 */

#divColumn1 {
	display				: inline;
	float				: left;
	width				: 152px;
	border-right		: 3px solid black;
	min-height			: 1px;
}


#divColumn2 {
	display				: inline;
	float				: right;
	width				: 152px;
	border-left			: 3px solid black;
	padding-bottom		: 15px;
	min-height			: 1px;
}

#divColumn99 {
	display				: inline;
	float				: left;
	width				: 644px;
	padding				: 20px 18px 14px;
}


/* This IE6-only nonsense stops the duplicated text bug from hell... */ 

.ie6 #divColumn2 {
	margin-left			: -3px;
}

.ie6 #divColumn99 {
	margin-right		: -3px;
}


/* Still more IE6-required lunacy */

.ie6 #divColumn99 {
	width				: 643px; /* otherwise the right column border won't show */
}

