2
nice celtic colors. i noticed you use fieldset and legend for center blocks. firefox does no like fieldset element unless defined. so you could add this to your style.css:
fieldset {
border: 1px solid #000;
color: #000; /*text color*/
}
legend {
color: #000;
font-family: verdana, arial, sans-serif;
font-size: 18px;
font-weight: bold;
}
note: this will remove rounded corners in ie6, so your call.