

/*                         */
/*   h e a d e r . c s s   */
/*   . . . . . . . . . .   */


#header_container {
  background: #004192 url(/img/frontend-skin-odin/header/bg_header.png) repeat-x 0 0;
  height: 72px;
}

#header {
  background: transparent;
  border: 0 none;
  float: none;
  height: auto;
  margin: 0 auto;
  width: 973px;
}

#header #header_logo {
  height: 58px;
  left: 130px;
  position: absolute;
  top: 4px;
  width: 58px;
}

#header h1 {
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: normal;
  left: 200px;
  padding: 0;
  position: absolute;
  top: 21px;
}
