That's a pretty messed up layout. However, I found that if I removed table1's height attribute and changed the height attribute for table8, table9 and table10 all from 100% to 420, it worked out pretty good (about as well as the home page).
Code:
<table cellpadding="0" cellspacing="0" width="1000" id="table1">
<!-- MSTableType="layout" -->
and:
Code:
<td valign="top" colspan="3">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="420" id="table8">
<!-- MSCellFormattingTableID="5" -->
and:
Code:
<td valign="top" colspan="6">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="420" id="table9">
<!-- MSCellFormattingTableID="9" -->
and:
Code:
<td valign="top" width="169">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="420" id="table10">
<!-- MSCellFormattingTableID="6" -->
Bookmarks