div#content {
	width:800px;
}

div#boxA {
	float:left;
	width:210px;
}

div#boxB {
	float:right;
	width:570px;
}

div#boxC {
	clear: both;
}