ovviamente se non metti anche un float al div body..

vedi così se funge:
Codice PHP:
<style>
div#content{
text-align:left;
}
#sidebar {
backgroundurl(../images/sidebar_bg.jpg);
background-repeat:no-repeat;
width249px;
float:left;
}
#body{
width751px;
float:left;
}
</
style>
<
div id="content">
<
div id="body">body</div>
<
div id="sidebar">sidebar</div>
</
div