just incase anyone finds this page on google this is what I have now as I may of deleted the file.
<style type="text/css">
boby{
margin:0px;
padding:0px;
}
li{
display:inline;
list-style:none;
float:left;
}
ul{
display:table;
}
.items{
width:100px; height:100px; border:1px solid #000; background-color:#FF0000; margin:0px 5px 5px 0px;
}
</style>
<div style="border:1px solid #0FF; background-color:#3F0; height:100px;"> </div>
<div style="float:left; width:150px; background-color:#00F; height:100%;"> </div>
<div style="float:right; width:150px; background-color:#00F; height:100%;"> </div>
<div style="width:100%; margin:0px auto;">
<ul>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
<li><div class="items"> </div></li>
</ul>
</div>
<div style="float:left; width:100%; height:100px; background-color:#FF0;"> </div>