div.floated {
	float: right;
	clear: right;
}

.right {
	float: right;
}

.left {
	float: left;
}

div.right {
	width: 500px;
}

div.left {
	width: 500px;
}

div.two_third, div.one_third {
  margin-top: 20px;
}

div.half {
  width: 422px;
}

div.two_third {
  width: 567px;
  padding-right: 10px;
  border-right: solid 1px #DF3479;
}

div.one_third {
  width: 271px;
}

