img {
  border: none;
}

/* Waiternav includes the pictures and the nav box */
div#wiaternav {
  float: left;
  position: absolute;
}

img#whead {
  float: left;
  margin-top: 130px;
  width: 110px;
  height: 43px;
  position: absolute;
}

img#wbottom {
  float: left;
  clear: left;
  width: 200px;
  height: 413px;
  position: absolute;
  margin-top: 173px;
}

div#nav {
  float: left;
  background-color: #ffffff;
  border: 1px solid #000000;
  text-align: center;
  padding: 5px;
  width: 5.6em;
  height: 11.5em;
  line-height: 1.68em;
  position: absolute;
  margin-left: 110px;
}
/* End Waiternav */

div#main {
  float: right;
  width: 75%;
  padding-right: 20px;
  position: relative;
}

h1 {
  color: #696969;
  text-align: center;
  font-family: "Comic Sans MS", serif;
  font-weight: bold;
  font-size: 300%;
  text-decoration: underline;
  margin: 0 auto;
}

h2 {
  color: #A9A9A9;
  text-align: center;
  font-family: "Comic Sans MS", serif;
  font-weight: bold;
}

h3 {
  color: #A9A9A9;
  text-align: left;
  font-family: "Comic Sans MS", serif;
  font-weight: bold;
  margin-bottom: -10px;
  font-size: 130%;
}

a {color: #778899; font-weight: bold;}
a:hover {color: #000000; text-decoration: none;}

acronym {
  border-bottom: 1px dotted #000000;
}

/* Portfolioexample used on Portfolio and Projects pages only */
div.portfolioexample {
  border: 1px solid #696969;
  float: left;
  padding: 3px;
  text-align: center;
  margin: 10px;
  width: 210px;
}

div#footer {
  clear: both;
  text-align: center;
  font-size: 80%;
  border-top: 1px dotted #000000;
}