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

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

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