Hi
2 lines to add to your stylesheet,
line 356:
#content {
background:#FFFFFF url(img/sidesep.gif) repeat-y right center;
border-left:1px solid #FFB56C;
ADD ----> float:left;
}
line 723
#footer {
background:transparent url(img/footer2.jpg) no-repeat;
border-top:1px solid #CCCCCC;
color:#FFFFFF;
display:block;
ADD ---> float:left;
font-size:11px;
height:31px;
line-height:145%;
width:100%;
}
It is quite possible this could mess up the display in IE while fixing it in FF. On mine, it messed up IE7.
If that happens, the theme has a 2nd stylesheet called ie.css - in that case try adding this into it
#content { float: none; }
#footer { float: none; }