#leftcolumn {
	float:left;
	width: 195px;
}

#centercolumn
{
	float:right;
	width: 370px !important; /*Standards Compliant Browsers */
	width /**/:370px; /* For IE in quirk mode */
	word-wrap:break-word;
}

#rightcolumn
{
	float:right;
	width:180px;
}

#enclose
{
	width:575px;
}
