CSS or Tables
(Your Page look quite as it is good now :)
Well here's
basic tables:-
Idea is to place code in a middle cell of three.
Youc can then do an align="left" that cell.
Code:
<table border="1" width="100%">
<tr>
<td width="33%"></td>
<td width="33%">
<ul>[*]1[*]2[*]3[*]4[/list] </td>
<td width="34%"></td>
</tr>
</table>