Ho abbozzato una cosa al volo, dimmi come va?
#box{
width:600px;
margin:0 auto;
}
#top{
width:600px;
height:150px;
}
#main{
float:left;
width:400px;
}
#sidebar{
float:left;
width:200px;
}
#bottom{
clear:both;
}