Another problem, this time with templates. In the GAS_article_pb template, the message/title section of the article is not vertical aligned to the top, so if the article is smaller than the sidebar, it is centered, which is not very article-like. To fix, open up GAS_article_pb and find:
HTML Code:
<td class="alt1">
<!-- message, attachments, sig -->
Replace with:
HTML Code:
<td class="alt1" valign="top">
<!-- message, attachments, sig -->