﻿.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

