In your stylesheet.css you'll find this line that includes the logo.
Code:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
This code is for the logowrapper
Code:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
to include your header image break it out as follows:
Code:
#logoWrapper {
background: url(../images/YOUR_HEADER_IMAGE.???) no-repeat;
height: 90px;
width: 100%;}