You seem to be using a lot of conflicting css. You have multiple font sizes and colours covering the same areas. I think your problem has something to do with your <h1> font size and the body line-height:
body {
background: #fff url(images/pagebkg.gif);
margin:0;
padding:0;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 110%;
voice-family: "\"}\""; voice-family:inherit;
font-size:small;
} html>body {font-size: 14px;}
|