I first tried to have the style sheet just float the elements of the header. Then I was using an absolute positioning. But this involved a lot of code and jocking back and forth between the style sheet and the website to look at each change.
Then I thought there had to be an easier way. I finally looked at the book to see how other sites handled this. It is an Image that is called from the html file. The Style sheet holds the other information

I could have used this tutorial too.