I normally don't design for free. However, i admire your desire for perfecting your forums and figured a little of my time wouldn't hurt
Here's a little something i came up with if you'd like to use it.
First just upload the attached images to your images' misc folder and then make the edit below.
Find:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="vb3index.php"><img src="images/misc/cvbanner4b.jpg" border="0" alt="Corvette Valley" /></a></td>
</td>
</tr>
</table>
Replace it with:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" background="$stylevar[imgdir_misc]/headerbg.jpg">
<tr>
<td align="center"><a href="vb3index.php"><img src="$stylevar[imgdir_misc]/header.jpg" border="0" alt="Corvette Valley" /></a></td>
</td>
</tr>
</table>
Once/If that's done, let me know. I will see if some other little changes can be done to make it better, as i didn't have time to see exactly how it would look on the site.