Quote Originally Posted by blare
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
Will this just change the About Me section or move the whole right side to the left?