body {
  margin: 0;
  padding: 0;
  font-family: Verdana,Helvetica,sans-serif;
  color: #000000;
  font-size: 14px;
}

h1 {
  font-size: 2em;
  font-weight: normal;
}

h2 {
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 15px;
  padding-bottom: 2px;
  font-size: 1.6em;
}

p {
  text-align: justify;
}

.clearspacer {
  clear: both;
  height: 0px;
}

#header {
  padding: 3px 3px 9px;
  background-repeat: repeat-x;
  background-image: url(images/topback.png);
  background-position: left top;
  margin-bottom: 15px;
}

#headertext {
  float: left;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 96px;
  margin-left: 10px;
}

#logo {
  float: right;
  margin-right: 10px;
}

#motto {
  margin: 0px;
  padding: 259px 20px 0px 0px;
  background-image: url(images/mirrorwindows.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 541px;
  height: 47px;
  color: #ffffff;
  text-align: right;
  float: right;
  font-family: Georgia,Times,serif;
}

#contact {
  margin: 0px;
  padding: 155px 20px 0px 0px;
  background-image: url(images/contact.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 541px;
  height: 47px;
  color: #ffffff;
  text-align: right;
  float: right;
  font-family: Georgia,Times,serif;
}

#ip {
  margin: 0px;
  padding: 155px 20px 0px 0px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 541px;
  height: 47px;
  color: #ffffff;
  text-align: right;
  float: right;
  font-family: Georgia,Times,serif;
  background-image: url(images/ipwindows.png);
}

#content {
  margin: 0px auto;
  width: 792px;
}

#homenavlinks {
  float: left;
  font-family: Verdana,Helvetica,sans-serif;
  display: table;
  height: 194px;
}

#homenavlinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
}

#homenavlinks li {
}

#homenavlinks a {
  border-bottom: 1px solid #000000;
  padding: 18px 0 5px 5px;
  margin-top: 2px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  width: 220px;
  color: #000000;
}

#homenavlinks a:hover {
  background-color: #eeeeee;
  color: #000000;
}

#navlinks {
  float: left;
  font-family: Verdana,Helvetica,sans-serif;
  display: table;
  height: 194px;
}

#navlinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
}

#navlinks li {
}

#navlinks a {
  border-bottom: 1px solid #000000;
  padding: 18px 0 5px 5px;
  margin-top: 2px;
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  width: 220px;
}

#navlinks a:hover {
  background-color: #eeeeee;
  color: #000000;
}