Your left column contains in-line coding, from your template:

background: none repeat scroll 0% 0% rgb(238, 238, 238);

while the right column doesn't. If you modify your stylesheet.css to contain:

#navColumnTwo {
background: none repeat scroll 0% 0% rgb(238, 238, 238);
}

... they'll match.