In your stylesheet you have this...
Code:
#contentMainWrapper {
width : 100%;
margin : 0em;
margin-left : 0px;
margin-top : 10px;
padding : 0em;
border-top : solid;
border-top-width: 1px;
border-top-color: #c7c7c7;
position : absolute;
top : 117px;
}
I'm not sure, but those spaces before the colons may cause some browsers to object. Just as an experiment, try removing all spaces in front of colons, and see what happens.
By the way, Safari hung when I tried to access your site, though it displayed fairly well in Firefox and Opera. In Firefox, whatever code you're using for hover effects on links is causing a flicker effect which is not pleasant.
Rob