/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 840px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 170px;
  position: relative;
  }

#header #topright {
  float: right;
  width: 400px;
  margin: 6px 16px;
}
#header #topright ul, #header #topright li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right
}
#header #topright li {
  display: inline;
  color:#fff;
  font-size:9pt;
  padding: 0 0 0 25px;
  text-transform:lowercase;
}

#header #topright div.language {
  width: 90px;
  font-size:9pt;
  text-transform:lowercase;
  color: #fff;
  float: right;
  text-align: center;
}

#header #topright div a {
  color: #fff;
  text-decoration: none;
}

#header #topright div a:hover {
  color: #fff;
}

#header #topright li a {
  color: #fff;
  text-decoration: none;
  }

#header #topright li a:hover {
  color: #fff;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #fff;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }
