/*
2 column specific containers.
*/

.left_2col_container {
	float: left;
	width: 840px;
	position: relative;
	right: 420px;
	border-style: solid; border-width: 0 1px 0 0; border-color: #9cf;
}
#left_2col_content {
	float: left;
	width: 405px;
	position: relative;
	left: 420px;
	overflow: hidden;
}
#right_2col_content {
	float: left;
	width: 405px;
	position: relative;
	left: 450px;
	overflow: hidden;
}