body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 920px;
  background-color: gray;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 0.85em;
}

#wrapper {
  text-align: left;
  width: 800px;
  height: 510px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid black;
  position: relative;
}

#wrapperprint {
  text-align: left;
  width: 800px;
  height: 510px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background-image: url(images/print.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid black;
  position: relative;
}

#text {
  position: absolute;
  left: 92px;
  top: 85px;
  width: 250px;
  margin: 0;
  padding: 0;
}

#text p {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 0.92em;
  line-height: 1.4;
}

#text h3 {
  text-align: right;
  color: white;
  background-color: black;
  margin: 0;
  padding: 0;
  margin-left: 8em;
  margin-bottom: 0.3em;
  margin-top: 0;
  padding: 0.2em;
  font-size: 93%;
} 

#text li {
  list-style: none;
  text-align: right;
  line-height: 1.4;
}

#text h4 {
  text-align: right;
  margin-top: 0.6em;
  margin-bottom: 0em;
  font-size: 100%;
}

#image {
  position: absolute;
  left: 360px;
  top: 85px;
  border: 1px solid gray;
}

#imagenb {
  position: absolute;
  left: 360px;
  top: 65px;
}


#imagehome {
  position: absolute;
  border: 1px solid gray;
}

#contact p {
  position: absolute;
  left: 360px;
  top: 85px;
  width: 400px;
  line-height: 1.4;
  font-size: 0.92em;
}

#numimage {
  position: absolute;
  top: 293px;
  left: 323px;
  padding-top: 13px;
}

#numimage li {
  display: inline;
}

#numimage li a:link, #numimage li a:visited {
  color: black;
}

#numimage li a:hover, #numimage li a:active {
  color: yellow;
}

#bottombar {
  height: 150px;
  background-color: #Fdc600;
  margin-top: 340px;
  padding-top: 20px;
}

#tagline {
  float: left;
  padding-top: 1px;
  margin-top: 0;
  width: 340px;
  padding-right: 120px;
}

#tagline h1, #tagline h2 {
  text-align: right;
  letter-spacing: -0.1em;
}

#tagline h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

#tagline h2 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

#headings {
  position: absolute;
  left: 309px;
  margin-top: 13px;
  font-weight: bold;
}

#headings li {
  display: inline;
  font-size: 0.9em;
  padding-left: 0.9em;
}


a {
  text-decoration: none;
  padding: 0.2em;
}

#text a:link, #text a:visited {
  color: black;
}

#text a:hover, #text a:active {
  color: yellow;
}

#headings a:link, #headings a:visited {
  color: black;
  background-color: white;
}

#headings a:hover {
  color: white;
  background-color: black;
}

#headings a:active {
  color: white;
  background-color: black;
}

#listweb {
  position: absolute;
  top: 406px;
  left: 468px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 93%;
}

#listweb a:link, #listweb a:visited {
  color: black;
}

#listweb a:hover, #listweb a:active {
  color: white;
  background-color: black;
}

#listprint {
  position: absolute;
  top: 406px;
  left: 414px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 93%;
}

#listprint a:link, #listprint a:visited {
  color: black;
}

#listprint a:hover, #listprint a:active {
  color: white;
  background-color: black;
}

#listex {
  position: absolute;
  top: 406px;
  left: 516px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 93%;
}

#listex a:link, #listex a:visited {
  color: black;
}

#listex a:hover, #listex a:active {
  color: white;
  background-color: black;
}

#weblink {
  position: absolute;
  top: 293px;
  left: 358px;
  padding-top: 13px;
}

#weblink a:link, #weblink a:visited {
  color: black;
}

#weblink a:hover, #weblink a:active {
  color: yellow;
}