body {
  /*background:#EBCE70;*/
  background: #fff;
  margin:0;
  padding:0;
  color:#000;
  font-family: georgia, helvetica, arial, sans-serif;
}
p {
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-top: 0;
	margin-left: 20px; 
	padding-left: 0;
	/*margin: 20px 40px 24px 0;*/
}
li {
	font-size: 12px;
	margin-bottom: 9px;
	/*font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 0 0 8px 0;*/
}
h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin-bottom: 9px;
	color: #000;
	border-bottom: 1px solid #502366;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 26px 0 4px 0;
	color: #303;
}
blockquote {
	margin: 0 100px 15px 100px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	background: #fff;
	padding: 6px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #095192;
}

a:hover {
	text-decoration: underline;
	background: url('../images/linkshade.gif');
}
a:visited {
	color: #003565;
}

#nav {
  float:left;
  width:100%;
  font-family: verdana, sans-serif;
  text-transform: uppercase;
  clear: both;
  border-top: 3px solid #7B8257;
  border-bottom: 3px solid #7B8257;
  display: none;
  }
#nav ul {
  margin:0 0 14px 0;
  padding:0;
  list-style:none;
  }
#nav li {
  font-size: 10px;
  float:left;
  line-height: 16px;
  background: url('../images/current2.jpg');
  margin:0;
  }
#nav a {
  float:left;
  display:block;
  padding:3px 7px 3px 8px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  border-top: 1px solid #BCC686;
  border-bottom: 1px solid #BCC686;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#fff;
  background: url('../images/current.jpg');
  }
#nav #current {
  background: #7F789B;
  color:#000;
  }
#nav #current a {
  }
  
.junk {
	float: left;
	padding: 5px;
	display: block;
	height: 25px;
	width: 50px;
}

#content {
	padding: 0 20px 10px 20px;
	border: 1px solid #fff;
}

#footer {
	color: #fff;
	padding: 5px 10px;
	font-size: 9px;
	font-family: verdana, sans-serif;
	text-align: center;
	clear: both;
	background: #23003A;
}

.homeBook {
	width: 116px;
	margin: 10px 8px;
	float: left;
	text-align: center;
	font-size: 9px;
	color: #666;
}
.homeBoxImg {
	width: 100px;
	height: 124px;
	border: 1px solid #000;
	margin: 0 0 6px 0;
}
.bookTitle {
	font-style: italic;
	font-weight: bold;
}
.divider {
	text-align: center;
	margin-top: 24px;
}

.imgLeft {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 10px;
  }

.imgLeft img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.imgRight {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 20px !important;
  margin: 10px 0 0 20px;
}

.imgRight img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.quote {
	margin: 6px 0 6px 0;
}
.quoteSource {
	text-align: right;
	margin-bottom: 28px;
}

.pageTitle {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 18px;
}
.pageTitle2 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 18px;
}
.photoCaption {
	font-size: 11px;
	clear: right;
	width: 300px;
	float: right;
    margin: 0 10px 0 20px;
	text-align: center;
}
.photoCaptionLeft {
	font-size: 11px;
	clear: left;
	width: 300px;
	float: left;
    margin: 0 10px 0 20px;
	text-align: center;
}
.bottom {
	font-weight: bold;
	margin: 24px 0 10px 0;
	padding-top: 6px;
	color: #000;
	border-top: 1px solid #502366;
}
.price {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #336;
	margin-right: 10px;
}

.backArrow {
	background: url('../images/backarrow.gif') #fff no-repeat;
	padding-left: 22px;
	font-weight: bold;
	font-size: 13px;
}