15
You need to edit theme.html and also some altered images may be needed in /themes/maitscobusiness/img/
There might be a .psd file in the theme to alter.
For your logo, you are missing an image at /themes/maitscobusiness/images/logo.png (or the link may be wrong).
For positioning, you may change in /themes/maitscobusiness/style.css for the logo
#main-logo {
left:40px;
position:relative;
top:33px;
}
and the menu icons:
#h-menu {
left:500px;
position:relative;
top:33px;
}