Change this part

[CODE]#main {
width:410px;
float:left;
}
#sidebar {
width:220px;
float:right;
}[/CODE]

to this

[CODE]#main {
width:410px;
float:right;
}
#sidebar {
width:220px;
float:left;
}[/CODE]

That should be it