body {
  font: 10pt Georgia;
  background: #F5F5F5;
  text-align: left;
  margin: 10px;
}

#outer {
  text-align: left;
  background: #ffffaa;
  border: 10px solid #444;
}

#picturebar {
  margin: 0px 5px 0px 10px;
}

#picturebar img {
  border: 2px solid #679274;
  margin-bottom: 4px;
}

#picturebar a:hover img {
  border: 2px solid #ffffff;
}

#content {
  background: #ffffee;
  border: 2px solid #679274;
  margin: 0 15px 10px 15px;
  padding-bottom: 10px;
}

#navbar {
  margin: 0px 10px 10px 210px;
  font: 10pt verdana, sans-serif;
}

#navbar img {
  border: 2px #bce7c9 solid;
}

#navbar a:hover img {
  border: 2px solid #679274;
}

#main {
  z-index: 100;
  min-width: 1px;
  margin: 0px 10px 0px 10px;
  padding: 10px 10px 0px 10px;
}

#footer {
  margin: 0;
  padding: 0;
  text-align: center;
}
 
#footer a {
  text-decoration:none;
  font-weight:bold;
}
    
#footer a:hover {
  text-decoration:underline;
  color:#000;
}

h1 {
  border: 2px solid #444;
  background: url(/~willg/marvin/wandsbookslogo.jpg) #ffffee no-repeat;
  height: 80px;
  margin: 15px;
}

h1 span {
  display: none;
}

h2 {
  font: 16pt Georgia, Times New Roman, Times, serif; 
  border-bottom: 4px #444 solid;
}

h3 {
  font: 14pt Georgia, Times New Roman, Times, serif; 
}

p { 
  margin-left: 10px;
}

.centered {
  text-align: center;
}

.code {
  background: #ffffcc;
  border: 1px #666666 dotted;
  padding: 1.5em;
}

a {
  color: #968354;
}
    
a:hover {
  color: #7e7e7e;
}

.booktitle {
  text-decoration: underline;
}

