Try playing around with height property:
Code:
<div style="font-size:x-small;border-bottom: 2px solid black;height:30px;"><p style="float:left;height:30px;">_TITLE_</p><p style="float:right;height:30px;"><i>_SECTION_</i></p><p style="clear:both;" /></div>
There is probably a better way to do this, but it should work
Edit:Too late! It's good it worked for you!