I have looked at many of the other questions but I think my problem is a bit different, and if I am wrong, I'd be happy to see the link and close this question.
You can see my problem here: http://www.phoenixdev.net/test.html
The first sub-section's right border does not go all the way down -- I need it to or else it looks rather funky.
I can do this in jQuery but I'm looking at a pure HTML/CSS solution right now.
Is this possible? If so, how?
EDIT
Faux Columns will not work because it requires a background image. The number of columns can change 1-5, and so the border has to reflect that. Easily done in CSS, but not with backgrounds images.