In your stylesheet, you have
#headerWrapper {
background-image: url(../images/header_bg.jpg);
background-repeat: no-repeat;
}
and you are loading a logo image:
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><a href="http://www.estufe.com/"><img src="includes/templates/red_passion/images/logo.gif"
I can't tell whether that is your double, as backgrounds disappear when I use Edit CSS.



