html, body {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  background: #fff;
  font-family: arial, sans-serif;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
}

h1 {
  font-size: 200%;
}
h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 160%;
}
h3 {
  font-size: 120%;
  margin: 0.2em 0;
}

img {
  border: 0;
}

div#header {
  text-align: left;
}

div#header h1 {
  background: url(/img/logo-norstore-bw.gif) no-repeat top left;
  width: 303px;
  height: 66px;
  margin: 0;
  padding: 0;
}

div#header img {
  display: none;
}

div#search {
  display: none;
}

#menu, #submenu {
  display: none;
}

div#container {
  text-align: left;
  color: #000;
  background: #fff;
}

div#content {
}

div#side {
  display: none;
}

div.date {
  float: left;
  background: #fff;
  color: #000;
  font-size: 80%;
}
div.date span {
}

#content h3 {
  clear: both;
}

#footer {
  width: 100%;
  font-size: 0.9em;
  color: #000;
  background: #fff;
  clear: both;
  text-align: right;
}

#footer p {
  margin: 5px;
}
.hide {
  display: none;
}

div#partnerlogos {
  text-align: center;
}

div#partnerlogos img {
  max-width: 24%;
}

a:link {
  color: #ccc;
}