Sorry, didn’t realise you were a beginner 😉
Add the following to your stylesheet:
#leftsidebar { margin-left: 20px; }
#rightsidebar { margin-right: 10px; }
#content { width: 420px;}
The first line pushes the left sidebar 20 pixels away from the left side, the second pushses the right one 10 pixels away from the right.
The final line makes the content area slightly more narrow so that the right sidebar fits.