Topic: aligning to the right, not text but a table

Ok my website is www.hackvoid.com. I installed the miniportal mod and it makes the boxes appear on the left, well I would like to add some on the right, I can add boxes all fine and dandy but They all appear on the left, if anyone can help me with this problem it would be much appreciated.

Re: aligning to the right, not text but a table

well its just a table so maybe in main.tpl replace the bottom

    </tr>
</table>

with

    </tr>
    <tr>
        <td>
            Menu
        </td>
    </tr>
</table>

although its 2am so i might be totally wrong here