Just thought I would let you know of a missing ; in the style.css
It's in line 135, which is the .content line and its missing after the color.
Code:
.content {BACKGROUND: none; COLOR: #006699 FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
Should be
Code:
.content {BACKGROUND: none; COLOR: #006699; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}