/* TWO COLUMN LEFT LAYOUT STYLES */

@import url("core_v2.css");

#columns_wrapper {
	float: right;
	width: 700px;
}

#main_content {
	width: 700px;
}

#left_column {
	float: left;
	width: 280px;
}

#right_column {
	display: none;
}
