.content_left {
	float: left;
	width: 350px;
	padding-left: 15px;
}
.content_right {
	float: right;
	width: 350px;
	padding-right: 15px;
}