In your stylesheet.css, find this:

#logo {
float: left;
padding-top: 17px;
}

Change to this:

#logo {
margin-left: xxem;
padding-top: 17px;
}

Adjust the xx until you have it where you want it.