To have the sidebar section titles to be centered (not left aligned), add this css code in the custom css field of the theme options:

h4.widgettitle {
text-align: center;
}