NOTE!!!!! On this menu I had to move the #right div from being defined last as it is in menu 04 to being defined in the middle as it is here.
Note the bug in this code.
The right side extends down past the #bottom.
So does this column.
clear:both; will fix that.
For the center part to work, you must put in margins that force it out of the #left and #right areas.
That included the margins of those areas along with the text display areas.
If you don't put in these margins the center region will overlap the #left and #right areas.