Hi CG,
There are a large number of accordion menus at:
extensions.joomla.org/extensions/structu...tems/
accordion-menus
Let me know if you have tried any of these.
I note as Bambi did, your top menu it is not aligned correctly - I think you may not have set this to 'list' in the module parameters? Try that.
Re article centering - I personally don't like the way this looks in most cases, but you should be able to achieve it site wide by finding adding text-align:center; to the following code block in your CSS:
#content (line 131)
Just put text-align:center; inside the { } on its own line.