In the admin panel, when click on edit categories, there is a description field, I think whatever shows there should be shown on the category page as well.
just add:
Code:
{if $category.ID gt 0}
{$category.DESCRIPTION}
{/if}
into your main.tpl somewhere near the top. (I changed my templates so much I can't remember EXACTLY where it should be on the original!)