Here is everything for the header from the style sheet. As you can see, I tried (& failed) to change use the text-align: center in the logo section…
header{
padding: 20px 20px 20px 20px;
position: relative;
overflow: auto;
height: auto;
background: #ffffff;
}
header a.logo{
float: none;
text-align: center; }
header p.tagline{
float: left;
margin: 40px 0 0 20px;
Thanks so much for all your help! I’ll keep tinkering…