header {
   display: block;
   position: fixed;
   top: 35px;
   width: 94%;
	max-width: 1200px;
	min-width: 1150px;
   height: 72px;
   background-color: #47a;
   font: normal 3em arizonia,serif;
   color: white;
   text-shadow: white 3px 2px 8px;
   box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	z-index: 120;
}
div.title {
   display: table-cell;
   height: 72px;
   vertical-align: middle;
}
div.body {
   width: 100%;
   margin-top: 108px;
}
img.logo {
   width: 96px;
   height: 72px;
   margin: 0 20px;
}

/***** Media *****/ 
@media screen and (max-width:1200px){
   header { width: 100%; min-width: 0; }
}
