I'm trying to achieve the following layout without success:

The requirements are:
- All three columns, red, green and blue, must have dynamic widths, i.e. their width must change according to their content.
- The gray container must be centered and its width must be dynamic as well, depending on the content of the three columns.
- The HTML code for the green column must be before the other two columns in the source code.
This is easy as cake using tables, except for the third requirement, but I just can't manage to do it using DIVs and CSS. The closest thing I've found is "The Perfect 3 Column Liquid Layout (Percentage widths)", but it has percentage widths, which doesn't suit what I need.