/* CSS Document */

body {
  margin: 0px;
  font-family: arial;
  font-size: 100%;
  }
#allcontent {
  padding: 0px;
  margin: 0px auto;
  font-size: 90%;
  width: 768px;
  margin-bottom: 50px;
  }
h1, h2 {
  font-size: 110%;
  }
h1, h2 a:link {
  text-decoration: none;
  color: #38506a;
  }   
h1, h2 a:visited {
  text-decoration: none;
  color: #38506a;
  }   
a:hover {
  background-color: #43668e;
  color: white;
  } 

img {
  border: none;
  }
#branding {
  height: 80px;
  padding: 5px;
  background-image: url(images/bg_branding.jpg);
  background-color: white;
  }
#maincontent {
  width: 586px;
  float: left;
  border: 1px solid #dddddd;
  }
#sidecontent {
  float: left;
  width: 180px;
  height: 300px;
  background-color: #f6f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  }
#sidecontent ul {
  margin: 0;
  padding: 0;
  }
#footer {
  font-size: 80%;
  display: block;
  height: 150px;
  clear: both;
  text-align: center;
  vertical-align: bottom;
  }
#topnav {
  float: right;
  margin-top: 20px;
  padding: 10px 10px;
  width: 150px;  
  list-style-type: none;
  }
#topnav li {
  float: right;
  }
#topnav a {
  display: block;
  padding: 0 5px;
  line-height: 2.1em;
  text-decoration: none;
  color: #e1e5e9;
  }
#logo {
  width: 500px;
  float: left;
  }
.box {
  width: 520px;
  background-color: white;
  margin: 30px 25px;
  clear: right;
  margin-bottom: 60px;
  }
.box h1,h2 {
  width: 520px;
  height: 30px;
  background-image: url(images/box_h1.jpg);
  background-repeat: repeat-x;
  font-size: 110%;
  color: #38506a;
  line-height: 2.0em;
  padding-left: 10px;
  margin-bottom: 5px;
   }
.box img {
  width: 150px;
  margin:10px 20px;
  }
.boxcontent {
  padding: 0px 10px;
  width: 450px;  
  }
#book {
  padding: 20px 10px;
  margin: 20px 30px;
  width: 500px;
  }
#bookpic {
  float: left;
  width: 150px;
  }
#bookdesc {
  margin-left: 180px;
  width: 320px;
  margin-bottom: 20px;
  }

#sidenav {
  width: 180px;
  list-style-type: none;
  display: block:
  padding: 10px;
  margin-top: 20px;
  margin-left: 40px;
  line-height: 1.3em;
  }  
#sidenav a:link {
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  color: black;
  }  
#sidenav a:visited {
  padding: 5px 20px;
  display: block;
  text-decoration: none;
  color: black;
  }
#sidenav a:hover {
  display: block;
  background-color: #43668e;
  color: white;
  }  
.date {
  display: block;
  margin: 7px;
  font-size: 70%;
  text-align: right;
  }
.testimonialheading {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 5px;
  margin-top: 20px;
  }
.endarticlebtns {
  display: block;
  margin-left: 40px;
  }
.endarticlebtns a:hover {
  text-decoration: none;
  background-color: white;
  }
.relatedposts {
  list-style-type: none;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  }