Change margin-top in #toolbar to -15px. It seems to me as a strange thing to do, but I can't find anything else that works.
use less line breaks in the code
This, please
you don't have to capitalize all of the style properties
It's better not to.
Or rather, it's best to stick to one capitalization pattern, it doesn't matter which one (uncapitalized is more common) as long as you don't constantly change it
Also, I'd try to straighten up the indenting, it's all over
A few FYIs:
It's called a navbar, not a toolbar
HTML5 includes
new semantic tags, such as <header> and <nav> so you don't have to use a ton of <div>s for everything. It works the same but the new tags are more descriptive