Chrome not recognizing an element

why does the table on the page
http://fixmysite.us/gmpc/wordpress/?p=539
appear good in firefox, but seems to not want to ignore the floated sidebar in chrome?

Does it not recognize clear: none?

Thanks…

Try changing

#content {
margin: 0;
}

to

#content {
margin: 0 0 0 210px;
}

thanks again. Gotta learn how to use firebug

Or even just the inbuilt dev tools in Chrome or similar browsers.

Just right click on a troubled element and hit Inspect Element.