Try editing style.css and changing:
#logo {
display:inline;
float:left;
height:42px;
margin:29px 0 0 20px;
width:320px;
}
[...]
#navigation {
color:#404040;
display:inline;
float:right;
font-family:"Helvetica","Trebuchet MS",Arial,sans-serif;
font-size:15px;
height:18px;
letter-spacing:-1px;
margin:42px 20px 0 0;
text-decoration:none;
}
to:
#logo {
display:inline;
float:left;
height:42px;
margin:0 0 0 10px;
width:320px;
}
[...]
#navigation {
color:#404040;
display:inline;
float:right;
font-family:"Helvetica","Trebuchet MS",Arial,sans-serif;
font-size:15px;
height:18px;
letter-spacing:-1px;
margin:22px 20px 0 0;
text-decoration:none;
}