Adding a style-sheet border to one of the sections will allow you to insert a dividing line, for instance:
.rightsection { border: black solid; border-width: 0px 0px 0px 1px}
(assuming a 2-column, 1-row table, with the class 'rightsection' applied to the right hand cell.
Regards,
Jon Wilson...