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

#left_col {
	width: 600px;
	float: left;
	position: relative;
	margin-right: 40px;
	padding: 0;
}

#right_col {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}