/*-  Base styles
----------------------------------------------------------------------*/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  background: #F7F1E0;
  min-width: 925px;
  font-family: georgia, times new roman;
  font-size: 12px;
}


#container {
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 0;
  text-align: left;
  color: #000;
}

#left_top {
  width: 280px;
  font-family: courier new, courier, monospace;
  color: white;  
  margin-top: 20px;
  margin-bottom: 10px;
  background: #F7F1E0;
  padding: 8px 8px 8px 8px;
  font-size: 11px;
  float: left;
}

#left {
  width: 280px;
  font-family: courier new, courier, monospace;
  color: #000000;  
  margin-top: 0px;
  margin-bottom: 30px;
  background: #dfd5b6;
  padding: 8px 8px 8px 8px;
  font-size: 11px;
  float: left;
}

#right {
  width: 550px;
  font-family: georgia, times new roman;
  color: #000000;
  margin-top: 20px;
  font-size: 15px;
  float: right;
}

#right_inside {
  width: 535px;
  font-family: georgia, times new roman;
  color: #000000;
  font-size: 15px;
  float: right;
}

#book_entry {
  height: 215px;
  font-family: helvetica, arial, sans-serif;
  color:#000000;
  font-size: 9px;
  margin-top: 20px;
  margin-right: 23px;
  float: left;
}

/*-  Link / Nav styles
----------------------------------------------------------------------*/

a {
  color: #EF392C;
  text-decoration:none;
}

a:hover,a:active {
  color: #EF392C;
  text-decoration:underline;
}

.nav {
   color: #EF392C;
   font-family: helvetica, arial, sans-serif;
   font-size: 11px;
   letter-spacing: 0.5px;
   line-height: 50%;
   text-decoration: none;
}

a.nav {
  color: #D0A495;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 50%;
  text-decoration: none;

}

a.nav:hover, a.nav:active {
  color: #EF392C;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  line-height: 50%;
  letter-spacing: 0.5px;
  text-decoration: none;
}

a.cartlinks {
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  float: right;
  text-decoration: underline;

}

a.cartlinks:hover, a.cartlinks:after {
  color: #EF392C;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  float: right;
  text-decoration: underline;

}


.hidden
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;}


/*-  Content styles
----------------------------------------------------------------------*/

#content {
  width: 925px;
  margin: 0px;
  padding: 15px;
  line-height:150%;
}


/*-  Menu Items
----------------------------------------------------------------------*/

