I did try changing the CSS code with display:none; but it got rid of the entire header including what I created. Below is what the code looks like, hopefully someone can please give me a hand. Much thanks.
/********
* Header
*/
#header {
background:#414a51 url('images/tsa.png') no-repeat top center;
font: 1.6em Georgia, Times, serif;
text-align: center;
}
#header #rays {
background: transparent url(images/page_back.gif) bottom left repeat-x;
}
#header h1 {
display:none;
margin: 0;
padding: 36px 0 2px 0;
font-weight: normal;
/*background: transparent url(images/rays.gif) bottom center no-repeat;*/
}
#header h1 a {
text-decoration: none;
color: #b5d6df;
}
#header h1 a:hover {
color: #ddffff;
text-decoration: underline;
}
#header p {
padding: 7px 0;
margin: 0;
font-style: italic;
font-size: 0.8em;
background: #3d444b;
}