/*
LAYOUT: Two-Columns Right
DESCRIPTION: Two Columns Fixed 940px Right Sidebar
*/

#left_col {
	width: 570px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#right_col {
	width: 299px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	border-left: 1px solid #ebebeb;
}