html {
  background-color: #333;
}
body {
  font-family: georgia,serif;
  position: relative;
  color: #666;
  width: 680px;
  background-color: #ffc;
  margin: 0 auto;
}
main {
  padding: 0 40px 25px 40px;
}
a:link {
  color: #c30;
  text-decoration: none;
}
a:visited {
  color: #c30;
  text-decoration: none;
}
a:hover {
  color: #c30;
  text-decoration: underline;
}
a.servicelist:link {
  color: #666;
  text-decoration: none;
}
a.servicelist:visited {
  color: #666;
  text-decoration: none;
}
a.servicelist:hover {
  color: #666;
  text-decoration: underline;
}
header {
  position: relative;
}
header h1{
  position: relative;
  height: 100px;
  margin-top: 0px;
}
header span{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('https://filedn.eu/luY4jsYfC8XfSSW9uUH13ES/norwoodnicholls/discovery.jpg');
  background-repeat: no-repeat;
}
header img{
  position: absolute;
  top: 30px;
  left: 0;
}

.linksbar {
  text-align: center;
  color: #c30;
  font-weight: bold;
  clear: both;
}
.form {
  padding-bottom: 30px;
}
.footer {
  text-align: center;
  color: #666;
  font-size: 10px;
  clear: both;
}

div.narrative img {
  margin: 20px;
}

.quicksearch {
  position: absolute;
  right: 5px;
  top: 70px;
}

.searchterm {
   background-color: yellow;
}


