/************ HOME PAGE ONLY *************/
h1 {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 5px;
}
#container {
  position: relative;
  border: double 5px #336699;
  background-color: #CCD6DD;
  min-height: 420px;
  min-width: 665px;
  max-width: 800px;
}
#backimg {
  position: relative;
  height: 100%;
  width: 100%;
}
#face {
  position: absolute;
  bottom: 2px;
  right: 5px;
}
#news {
  position: absolute; 
  bottom: 2px; 
  left: 10px; 
  font-size: 9pt;
  letter-spacing: 0.04em;
  color: #880000;
}
#news a {
  color: #880000;
  text-decoration: none; 
}
#news a:hover {
  color: #880000;
  text-decoration: underline; 
}
#quote {
  position: absolute;
  top: 20%;
  left: 40%;
  margin: 20px;
}
#navlist {
  position: absolute;
  top: 100px;
  left: 20px;
  list-style-type: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.45em;
  color: #336699;
  letter-spacing: 0.2em;
}
#navlist li {
  padding: 0 0 0 10px;
}
#navlist a { 
  color: #336699;
  text-decoration: none;
}
#navlist a:visited {
  color: #336699;
}
#navlist a:hover, #navlist a:active {
  color: #880000;
}

