Header Magically Not Displaying

Hi everyone,

I’m building a site over at:

http://www.filmletes.com/

I’m using the Church theme from StudioPress. There’s supposed to be a 468 X 60 banner in the header on the left. What’s crazy is, the code is there and it’s not displaying…

Any ideas?

Thanks

This should rather be in CSS:

But do the following:

.headerright {
float:right;
font-weight:bold;
overflow:hidden;
width:469px;

}

TADA!