.content 
{
	clear:both;
	margin:0px;
	margin-left:6px;
	width: 760px !important; /*Standards Compliant Browsers */
	width /**/:760px; /* For IE in quirk mode */
}

#leftcolumn {
	clear:both;
	float:left;
	width: 155px;
}

#centercolumn
{
	margin-left:165px;
	width: 300px !important; /*Standards Compliant Browsers */
	width /**/:300px; /* For IE in quirk mode */
	font-size:11px;
	font-family:Verdana, Sans-Serif;
	line-height:1.4em;
}

#rightcolumn
{
	float:right;
	width:275px;
}
