#navigation ul { padding:0px; margin: 0px; height: 41px;} will only center whatever is inside UL. Use margin:0 auto in the main div
Put your navigation links in a <div> and apply it a margin as 'margin: 0 auto;' it will make it center. Give it a try.