E' una cosa molto personale lo style comuqnue un esempio basato su una table.
il filgio di style contiene:
#LeftPane
{
width:200px;
}
#ContentPane
{
width:auto;
}
#RightPane
{
width:200px;
}
il file aspx all' interno di body 


:
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td id="LeftPane" runat="server">
</td>
<td id="ContentPane" runat="server">
</td>
<td id="RightPane" runat="server">
</td>
</tr>
</table>