Ok nearly there. I have added my new logo at http://www.mybaliconcierge.com
I have played around and cannot work out what to change so the logo moves up so there in no red gap between the logo and the top black bar. Just like with the banner.
This is the code I have
h1.logo, div.logo-text h1 {
float: left;
font-size: 250%;
line-height: 0;
margin-left: 0px;
}
div.logo-text h1 { margin-left: 0; }
/* Logo Image —*/
h1.logo { height: 62px; width: 162px; }
h1.logo a {
background: url(../images/Logo_VA.jpg) no-repeat center center;
display: block;
height: 90px;
width: 240px;
}
/* Logo Text —*/
div.logo-text h1 {
font-family: Arial, sans-serif;
font-size: 250%;
font-weight: bold;
}
Jim