Glad you like it Chris.
It would require quite a bit of tweaking to do exactly what you're asking, but replacing the 'SwimClub.co.uk Forums' with an image link would be fairly simple. Just find the following in the header template:
Code:
<h1 id="sitetitle"><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vboptions[bbtitle]</a></h1>
And replace with:
Code:
<h1 id="sitetitle"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="yourtitleimage.jpg" /></a></h1>
I
think that the best height for the replacement banner would be 34px, as that is the height of the text. If your replacement banner is taller/shorter than that then you will need to edit the menu CSS (see the first page of this thread for info).
Cheers,
Dom