The problem seems to be this code in the stylesheet:
div.centered
{
text-align: center;
}
div.centered table
{
margin: 0 auto;
text-align: left;
}
The purpose of this code is to fix a problem with safari, where it does not center stuff correctly. Any thoughts on how to get around this?