
#content {
	float: right;
	width: 600px;
}

#sidebar {
	float: left;
	width: 262px;
}

@media all and (min-width: 0px) and (max-width: 952px) {
	#content {
		width: 60%;
	}

	#sidebar {
		width: 35%;
	}
}

@media all and (min-width: 0px) and (max-width: 640px) {
	#content {
		float: none;
		width: auto;
	}

	#sidebar {
		float: none;
		width: auto;
	}
}