It looks fine to me.
The only thing I noticed is that everything is to the left.
Hmm, in my version 3.06 of firefox, the sidebar that starts out californiapatriot.org is on the bottom, but it should be on the left side.
I had this problem as well, but then suddenly it was allright again..
No idea what the cause for this -appaerently- temporary problem..
My sidebar has been wonky for weeks now.
In your theme style sheet, try
div#content {
width: 516px;
float: right;
}
div.side {
float: left;
margin-left: 5px;
}
This will line up the sidebar to the left, in Firefox.
There are those “Stuff” and “Recent Comments” (with a fatal error) boxes, floating to the right of the header, though. Try deactivating that widget to see if things change.