body {
  margin: 0px;
  background-color: #fff;
  color: #fff;
}

#wrapper {
  display: table;
  margin-top: 80px;
  width: 800px;
  height: 740px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

#content {
  display: table-cell;
  vertical-align: top;
  width: 800px;
  font-family: "Quattrocento Sans", "Arial","Helvetica",sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 15px;
  color: #313130;
  background-color: #fff;
  text-align: left;
}

#contactinfo, #downloads {
	display: block;
	width: 800px;
	height: 600px;
	background-color: #fff;
}

h1 {
  text-transform: uppercase;
  font-family: "Quattrocento Sans", "Arial","Helvetica",sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 4px;
}

ul#navbar {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}

ul#navbar li {
  padding-left: 0px;
  padding-right: 36px;
  font-size: 14px;
  line-height: 15px;
  display: inline;
}

ul#navbar li div.selected {
  display: inline-block;
  border-bottom: 1px solid black;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999997;
  text-decoration: none;
}

#mainimage {
  display: block;
  height: 575px;
  margin-right: auto;
}

#previmage, #nextimage {
  display: none;
}

#imagenavigation {
  width:200px;
  background-color: #fff;
  float: right;
  text-align: right;
  margin-top: 4px;
}

.button {
	margin: 0;
	padding: 0;
	border: 0;
}

.spamtrap {
  font-family: "Quattrocento Sans", "Arial","Helvetica",sans-serif;
  font-weight: 200;
  text-decoration:underline;
  color:#000;
  font-weight: 400;
  background-color:#ffffff;
  font-size: 14px;
  line-height: 15px;
}

.spamtrap1 { display: none; }
.spamtrap2 { }

#downloads {
  margin-top: 80px;
}

.pdf {
  margin-bottom: 40px;
}

.thumbnail {
  vertical-align: bottom;
}

.thumblabel {
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 12px;
}