﻿.content .left
{
	width:200px;
	float:left;
}

.content .middle
{
	width:600px;
	float:left;
}
.content .right
{
	width:200px;
	float:left;
}
