/*
nested 2 column containers.
*/

#r2c_nest {
	float: left;
	width: 696px;
	position: relative;
	left: 736px;
	margin: 15px 20px 15px 20px;
	overflow: hidden;
}
#r2c_nest #mainspan_wrapper {
	float: left;
	width: 696px;
	padding: 0 0 15px 0; 
	border-style: none;
}
#r2c_nest #mainspan {
	float: left; 
	width: 696px;
	padding: 0 0 6px 0;
	border-style: solid; border-width: 0 0 1px 0; border-color: #9cf;
}
#r2c_nest #multicolumn_holder {
	float: left;
	width: 656px;
	padding: 0px 0px 0px 0px;
	border-style: none;
}
#r2c_nest #right_container {
	clear: left;
	float: left;
	width: 696px;
	overflow: hidden; position: relative;
}
#r2c_nest #left_2col_container {
	float: left;
	width: 696px;
	position: relative;
	right: 348px;
	border-style: solid; border-width: 0 1px 0 0; border-color: #9cf;
}
#r2c_nest #left_2col_content {
	float: left;
	width: 333px;
	position: relative;
	left: 348px;
	overflow: hidden;
}
#r2c_nest #right_2col_content {
	float: left;
	width: 333px;
	position: relative;
	left: 378px;
	margin: 0;
	overflow: hidden;
}
