.clear {
  clear: both;
}

.left66 {
	float: left;
	width: 65%;
}
.left50 {
	float: left;
	width: 50%;
}
.right50 {
	float: right;
	width: 49%;
}
.right33 {
	float: right;
	width: 34%;
}
