creo que se te a ido el titulo por la imagen que muestras, creo que tu problema es el margen de los párrafos, pruébate modificar esta linea en tu css
Código HTML:
#content
{width:900px; margin: 0 0 0 240px; padding:0px 0; background:url(img/bg_header.png) top left repeat-y;}
cámbiala por
Código HTML:
#content
{width:850px; margin: 0 0 0 240px; padding:0 25px; background:url(img/bg_header.png) top left repeat-y;}