I created a new header graphic and simply renamed it to match the existing header so that I wouldn't have to change any code.
really?
is the graphic the same size than the one it replaced?
Does Jack Canfield not teach to take full responsibility for one's action? lol
you can get it back into shape (without any border around the header graphic) by adjusting the style.css to:
#header {
height: 108px;
padding-top:0px;
background: #fff url(images/header-background.png) top left repeat-x;
}
and
.logoimg {
margin: 0 0 0 0px;
}
(height, padding and margin changed)