I'm not saying that this is the cause, but you have an error in your css in line 145.
Code:
#boxout .quote {
font-family: 12px Times,"Times New Roman", serif;
...
}
Line: 145 Context : #boxout .quote
Invalid number : font-family12px is not a font-family value : 12px Times,"Times New Roman",serif
It *may* be what's tripping up some browsers. Worth correcting and checking.
As a rule of thumb, it's always worth running your css through a validator as it'll help you catch mistakes you've missed.
I'd like to be more help, but I'm on mac so it's not possible for me to test out what might be breaking the page/css.
Bookmarks