body {
  font-family: Arial, Helivetica, sans-serif;
  font-size: 100%;
  margin: 0;
  background-color: #CCC;
}
h1 {
  font-size: 2.5em;
  font-variant: small-caps;
  background-color: #903;
  text-align: right;
  padding: 25px 0 0;
  border-bottom: 2px dotted;
}
#container {
width: 800px;
background: #8E91AF;
margin: 0 0 0 1em;
}
#content {
  margin: 0 2em 2em 15em;
}
#content p{
  font-type: veranda;
  font-size: 1.5em;
}
#nav {
  position: absolute;
  top: 90px; left: 0px;
  width: 150px;
}
#nav ul {
  width: 150px;
  list-style-type: none;
}
#nav a {
  background: #a1a1a1;
  display: block;
  width: 150px;
  padding-left: .3em;
  padding-top: .5em;
  border: 1px solid #000;
  text-decoration: none;
  color: #fff;
}
#nav a:hover {
  background: #fff;
  color: #000;
}
#footer {
  clear: both;
  border-top: 1px dotted #ccc;
  color: #ccc;
}
.madedate {
font-size: .6em;
}
#validator {
margin-left: 1em;
margin-top: 5px;
}
.picdate {
font-size: .4em;
}
.pictitle {
font-size: .9em;
}
