Currently the class for #content is set to span18 instead of span6

So line 127 of template.php should read:

$vars['content_cols'] = 12 - 3 * (int) $vars['has_sidebar_first'] - 3 * (int) $vars['has_sidebar_second'];