Removing this dotted outline when you click on your header title or header image is very simple
Just need to add in
a {
outline: 0;
}
into your style.css
Example
#headerimg{
width: 67px;
float: left;
border:0px
height:48px;
text-decoration:none;
}
a {
outline: 0;
}