Hi. The logo and it's parent div logo-wrap are floated to the left.
To center the logo you can try changing the width and alignment of the logo-wrap div to something like this.
QUOTE:
#logo-wrap {
width: 790px;
margin: 0 auto;
text-align:center;
padding: 0 ;
}
If you wanted to have the whole template at a fixed width of 790px it probably wont work very well, the content area and columns will probably start to overlap each other.. I designed it with a minumum screen resolution of at least 1024 x 768 in mind.
If you left out one of the side columns, don't publish any modules there, it may be ok though.