#content {
	width:468px;
	/* we use padding instead of margin because of the unfortunate */
	/* bug in IE that doubles horizontal margins in floats */
	margin:0;
	padding:0 20px;
    float:left;
}
#leftPortlets {
	float:left;
	width:147px;
}
#rightPortlets {
    float:left;
	width:147px;
}
