.left
{
	float: left;
}

.right
{
	float: right;
}

.spacer
{
	overflow: hidden;
	height: 1px;
	width: 90%;
	clear: both;
}