L
This right column actually comes second in the code. This is necessary for it to line up with the top of the other two columns when floated.
This center column actually appears last in the HTML code. This is a necessary evil of this particular method. Only the absolute positioning method discussed previously allows this column to come first.
To leave room for the side columns, this center column has left and right margins equal to their respective widths (plus additional spacing).