Just taking a quick look, this is totally not correct:
HTML Code:
<div class="blockbody">
<div class="blockrow">
<vb:if condition="$vboptions['policy_active']">
<ol id="forums" class="floatcontainer">
</div>
</div>
<li class="forumbit_nopost L1" id="cat1">
You can't open an <ol> in the middle of the divs and then have the list continue after you close the divs. Any tag you open must be closed before you may close a tag then encloses it.