/* TODO: Add site structure here */

.left
{
	width: 150px;
	float:left;
	clear: both;
}

.main
{
	float: left;
	width: 500px;
}

.right
{
	width: 150px;
	float:left;
	clear:none;
}
