DISREGARD: It's ok now. I just wish I knew how I fixed it
I found something on vb.com that ALMOST works!!
The code below is described as, "Secondary Header,Fixed Sidebar,Fluid Center,Fixed Sidebar,Secondary Footer".
The problem I have with that code is the center portion has what appears to be really wide padding on the right side, more so than the left. I don't see anything obvious in the code.
Code:
<grids>
<grid name="Secondary Header,Fixed Sidebar,Fluid Center,Fixed Sidebar,Secondary Footer" auxheader="1" auxfooter="1" addcolumn="1" addcolumnsnap="1" addcolumnsize="4" columns="8"><![CDATA[<div id="doc3">
<div id="hd">
<div class="yui-u yui-header" style="padding:0 0 15px 0;">
<ul class="list_no_decoration" id="widgetlist_column1">$column[1]</ul>
</div>
</div>
<div id="DefaultWrapper">
<div id="DefaultMainCol">
<div class="leftcol yui-sidebar" style="width:200px; float:left;">
<ul class="list_no_decoration" id="widgetlist_column2">$column[2]</ul>
</div>
<div class="rightcol yui-sidebar" style="width:302px; float:right;">
<ul class="list_no_decoration" id="widgetlist_column4">$column[4]</ul>
</div>
<div class="centercol yui-panel" style="padding:0 10px 10px 10px; align:right; overflow:hidden;">
<ul class="list_no_decoration" id="widgetlist_column3">$column[3]</ul>
</div>
</div>
</div>
<div id="ft">
<div class="yui-u yui-footer" style="padding: 15px 0 0 0;">
<ul class="list_no_decoration" id="widgetlist_column5">$column[5]</ul>
</div>
</div>
</div>]]></grid>
</grids>
Anyone have a clue as to why the center would not fully expand?
Note*
It would be nice to not have the additional head and footer areas as well.