How about in your index.php above this line:
<img border="0" src="/feb08_j15/images/blank.png" alt="" id="logo"/>
add <h1>Some text here</h1> ? So, it will be:
<h1>Some text here</h1>
<img border="0" src="/feb08_j15/images/blank.png" alt="" id="logo"/>
After that, open your template.css at:
<Joomla Root>/templates/<your template name>/css/template.css
At the end of the lines, add below codes:
#header h1 {display:none;}