Hi,
Look in your bender/css/main.css for this:
body.search #sidebar,body.user #sidebar{float:left;width:210px}body.search #main,body.user #main{float:right;width:728px}
Replace it with:
body.search #sidebar,body.user #sidebar{float:right;width:210px}body.search #main,body.user #main{float:left;width:728px}
Regards