In order to input a header in the smooth sailing code, replace
.pageheaderblock {
background : #000000 url(
http://oh.goshhh.googlepages.com/blackgrungepattern.png);padding-top : 0;
margin : 0 auto;
text-align : center;
}
with
.pageheaderblock { background-image: url("HEADERURL");
background-position: top center;
background-repeat: no-repeat;
padding-top: HEIGHTHEREpx; }
** Edit HEADERURL and HEIGHTHERE with the appropriate stuffs.
(The header above is the following dimensions: width: 750px, height: 150px)