Yes all sideboxes are off.
THANK YOU SO MUCH that worked even though I think I may still need to resize the header or logo image or adjust the center column.

I also noticed these issues I'm having these issues as well.
Under Home if you select ALL PRODUCTS none of the pictures show up?
Is that normal?

Thank You Again & I will be sure to get some donations your way.

Quote Originally Posted by jettrue View Post
All your sideboxes are staying off, right? For the main section issue, change .centerColumn to this:

Code:
.centerColumn {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	line-height:1.6em;
	}
To fix the logo, remove this:

Code:
#logo img {
	width:100%;
	}
and to center it, change #logoWrapperOuter to this:


Code:
#logoWrapperOuter {
	margin:0 auto;
        text-align:center;
	}