body {
  background-image: url("/images/red_bg.png");
  background-color: #800000;
  width: 1000px;
  margin: 10px auto;
  color: #fff;
  font-family: Arial,sans-serif;
  border: 2px solid Black;
}

div#header {
  background: url("/images/header_bg.jpg");
}

img#facebook {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10px;
  border: 0;
}

img#logo {
  float: left;
  margin: 10px;
}

div#header h1 {
  font-family: 'TeX Gyre Schola';
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 0;
  color: #000;
}

div#header h2 {
  font-size: 16pt;
  font-family: Georgia, serif;
  font-style: italic;
  padding-left: 20px;
  margin-top: 0;
  overflow: hidden;
  color: #880407;
  padding-bottom: 5px;
  margin-bottom: 0;
}

ul#nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 1000px;
  height: 35px;
  background: url("images/navbar2.jpg");
  background-repeat: repeat-x;
}

ul#nav li {
  float: left;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding: 5px;
  height: 25px;
  width: 132px;
}

ul#nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#nav div
{  position: absolute;
   visibility: hidden;
   margin-top: 8px;
}

#nav div a {
  position: relative;
  display: block;
  background: #6f0102;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

#nav div a.light {
  background-color: #8F2122;
}

#nav div a:hover {
  background-color:#540000;
}

p.shadowtext {
  margin: 0;
  font-weight: bold;
  font-size: 28px;
  padding: 50px;
  text-shadow: black 0.1em 0.1em 0.2em;
  background-repeat: no-repeat;
  color: White;
}

p#comingsoon {
  font-size: 20px;
  text-align: center;
  background-color: Black;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  color: White;
}

div#content {
  background-color: LightGray;
  color: Black;
}

.book {
  margin: 10px;
  width: 270px;
  padding: 20px;
  text-align: center;
  float: left;
  color: Black;
}

.book a {
  color: Black;
  text-decoration: none;
}

.book h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20pt;
  font-family: 'BoycottRegular';
  color: #880407;
  line-height: 1.2em;
}

.book img {
  border: 1px solid black;
}

div#bottomlinks {
  background-color: Black;

}

div#bottomlinks p
{
  margin: 0;
}

.footerlinks {
  float: left;
  margin-left: 20px;
  width: 200px;
  list-style-type: none;
}

.footerlinks li {
  line-height: 1.5em;
}

.footerlinks a {
  color:#fff;
  text-decoration: none;
}

div#bottomlinks p.footerlinks {
  margin-top: 1em;
}


p#address {
  clear: both;
  text-align: center;
  background: #333;
  padding: 10px;
  margin-bottom: 0;
}

p#address a {
  color: White;
}

.lessondescription {
  font-size: 19px;
}

.lessondescription li {
  line-height: 25px;
}

.lessondescription {
  margin: 0;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

h3.lessondescription {
  font-family: Georgia;
  font-size: 22pt;
  color: #880407;
  letter-spacing: 2px;
  font-family: 'BoycottRegular';
  margin-bottom: -35px;
  border: 0;
}

.lessondescription h4 {
  font-size: 30pt;
  font-weight: normal;
  color: #505050;
  letter-spacing: 3px;
  font-family: 'BoycottRegular';
  padding: 0;
  padding-left: 100px;
  margin: 0;
  border: 0;
  line-height: 1.2em;
}

.lessondescription h5 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.lessondescription {
  padding-bottom: 20px;
}

.lessondescription img {
  border: 1px solid black;
  float: right;
  margin: 20px;
}

#back_link {
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  background-color: Black;
}

#back_link a:visited {
  color: #990000;
}


#current_link {
  text-decoration: none;
}

.red_button {
  display: block;
  width: 130px;
  background: url("images/navbar2.jpg");
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}

#order {
  margin-left: 30px;
  margin-bottom: 20px;
  border: 1px solid black;
}

a.addcart {
  display: block;
  width: 130px;
  background: url("images/navbar2.jpg");
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}

#ms1cover {
  float: right;
  border: 1px solid #000;
  margin: 5px;
}

#price {
  margin-left: 30px;
}

.info_columns {
  float: left;
  padding-left: 25px;
  font-size: 18px;
}


