/* beechpark_3colnwn.css
 *
 * remember that there is 1px of padding on each side of #divRegionMiddle
 */

#divRegionMiddle {
	width				: 983px;
	padding-left		: 1px;
	padding-right		: 1px;
}

#divColumn1 {
	display				: inline;
	float				: left;
	width				: 245px;
	min-height			: 1px;
}

#divColumn2 {
	display				: inline;
	float				: right;
	width				: 141px;
}

#divColumn99 {
	display				: inline;
	float				: left;
	width				: 521px;
	padding				: 40px 38px 40px;
}


/* This IE6-only nonsense stops the duplicated text bug from hell... */ 

.ie6 #divColumn2 {
	margin-left			: -3px;
}

.ie6 #divColumn99 {
	margin-right		: -3px;
}

