possibly because your homepage for the forum is yoursite.com/BBS
plus:
Your Left Hand Menu :
<tr>
<td class="alt1">Homepage<br>Forum<br>Gallery<br>About </td>
</tr>
shouldnt that be
<tr>
<td class="alt1"><a href="index.php">Homepage</a><br><a href="forum.php">Forum</a><br><a href="gallery.php">Gallery</a><br><a href="about.php">About</a></td>
</tr>
or something similar.