I have searched and searched and I can't figure this issue out:
How do I center the gallery on the page without having to put a static spacer on the left side?
Here's the link to the page and thanks:
http://www.jeffandraina.com/gallery/index.php
Add
margin: 0px auto;
To your #GALLERY section in your theme's style.css.
I completely overlooked that one.
Thanks.....issue solved.