/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #333333;
  margin: 0px;
  padding: 0px;
  background:url(../img/jk_pagebck_siderpt.jpg) repeat-y 0 0;
  background-color: #FAF7F2;
}

img {
  border: 0px;
}

#wrapper {
  position: relative;
  float: left;
  width: 780px;
  text-align: left;
}

#backgroundtop {
  position: absolute;
  width:190px;
  height: 42px;
  top: 0px;
  left: 0px;
  background:url(../img/jk_pagebck_sidetop.jpg) no-repeat top;
}

#navigation {
  position: relative;
  float: left;
  width: 170px;
  left: 190px;

}

#navigation ul {
  margin: 19px 0px 15px 0px;
  padding: 0px 0px 0px 30px;
  list-style-type: none;
}

#navigation li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#content {
  position: relative;
  float: left;
  width: 400px;
  padding-bottom: 40px;
  left: 210px;
}

#content h1 {
  margin: 74px 0px 0px 0px;
  padding: 0px 20px 13px 20px;
}

#content p {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #666666;
  padding: 0px 20px 0px 20px;
}

#content p.quote {
  margin: 40px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

#content a:link,
#content a:visited,
#content a:active {
  color: #666666;
  text-decoration: underline;
}

#content a:hover {
  color: #231F20;
  text-decoration: underline;
}

#books {
  position: absolute;
  width: 150px;
  top: 15px;
  left: 10px;
  padding-bottom: 40px;
}

#books p {
  font-size: 1.1em;
  line-height: 1.1em;
  color: #FAF7F2;
  margin: 0px;
  padding: 0px;
  clear: both;
}

#books p.largetext {
  font-size: 1.3em;
  color: #FAF7F2;
  margin: 10px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}

#books img {
  position: relative;
  float: left;
  margin: 5px 5px 15px 0px;
}

#books .bookstitle {
  position: relative;
  float: left;
  margin: 5px 5px 5px 0px;
}

#books ul {
  margin: 19px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

#books li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  color: #FAF7F2;
  font-size: 1.1em;
}

#books a:link,
#books a:visited,
#books a:active {
  color: #FAF7F2;
  text-decoration: underline;
}

#books a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

#content #footer {
  position: relative;
  float: left;
  width:100%;
  margin-top: 100px;
}

#content #footer p {
  padding: 0px 20px 0px 20px;
  font-size: 1.0em;
  line-height: 1.3em;
  color: #999999;
}

#content #footer a:link,
#content #footer a:visited,
#content #footer a:active {
  color: #999999;
  text-decoration: none;
}

#content #footer a:hover {
  color: #666666;
  text-decoration: underline;
}
