ideasgirl,

I think that you have told it to align left with this
Code:
#navSuppWrapper {
	width:100%;
	margin:0 auto;
	float:left;
	}
Try dropping the float and using text-align: center;