body {
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
}

a img { border: none; }

#container {
  width: 100%;
}

#navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  border-right: 4px solid #E95D01;
  margin: 0;
  padding: 0;
  height: 100%;
}

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

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

#content {
  position: absolute;
  top: 0;
  left: 254px;
  width: 800px;
}

h1, h2 {
  padding-bottom: 3px;
  padding-right: 0;
  margin-bottom: 0;
  letter-spacing: 5px;
  font-weight: normal;
}

h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: 775px;
  font-size: 1.2em;
  padding-top: 23px;
  padding-left: 25px;
  border-bottom: 1px #d96201 solid;
  color: #e0e0e0;
}

h2 {
  border-bottom: 1px #1c3384 solid;
  margin-left: 25px;
  margin-right: 25px;
  width: 775px;
  font-size: 1em;
  margin-top: 0;
  padding-top: 10px;
  color: #505050;
}

p, ul, ol, table {
  margin-top: 17px;
  margin-bottom: 0;
}

p {
  font-size: .9em;
  line-height: 1.6em;
  text-align: justify;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}

ol, ul {
  font-size: .9em;
  margin-left: 25px;
  margin-right: 25px;
}

li {
  margin-top: 1em;
  margin-bottom: 1em;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #1b3382;
}

a:hover {
  text-decoration: underline;
  color: #d96201;
}


#footer {
  text-align: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  margin-top: 20px;
  padding-right: 50px;
  background-color: #1b3382;
  color: #ffffff;
  font-weight: bold;
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.right {
  float: right;
  text-align: right;
  width: 40%;
}
.left {
  float: left;
  text-align: left;
  padding-left: 50px;
}
.right h3 {
  margin-top: 0;
  font-size: 90%;   
}

.bookTitle {
  font-style: italic;
}

.easterEgg .content {
  position: absolute;
  display: block;
  width: 350px;
  border: 1px solid #d96201;
  background: white;
  padding: 4px;
  visibility: hidden;
}

.easterEgg > a:hover + .content {
  visibility: visible;
}

.content:hover {
  visibility: visible;
}





#quote {
  font-size: .7em;
  padding-top: 20px;
  text-align: justify;
  background-color: #F2F2F2;
  padding-left: 90px;
  padding-right: 90px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

#quote > p.quote:before {
  content: '"';
}

#quote > p.quote:after {
  content: '"';
}

#quote > p.byline:before {
  content: '-- ';
}

p.byline {
  text-align: right;
  margin-bottom: 0;
}

