#header {
  height: 65px;
  margin: 0;
  padding: 7px 0 0;
  background-image: url(../images/TIMFUNDS-Logo.jpg);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-color: #000;
}
#headertitle {
  font-size: 20px;
  font-variant: small-caps;
  color: white;
  margin-left: 170px;
}
.headertitlesecondary {
  font-size: 12px;
  color: #A0A0A0;
  font-weight: bold;
}
#secondaryNav {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px;
  text-align: right;
}
#loginName {
  color: #aaa;
  font-size: 11px;
}
#loginName small {
  padding-left: 1em;
}
