body {
	margin:0; padding:0;
	background:#f2b327;
	text-align:center;
	font:90%/1.5em Verdana, Geneva, sans-serif;
}
h1 {
	text-align:center;
	font-size:1em;
}

#wrapper {
	width:890px;
	position:relative;
	margin:20px auto;
	padding:20px;
	text-align:left;
	background:#FFC ;
	border:3px #ccc groove;
	
}
	
#quotes {
	width:34em;
	float:right;
	margin:0 50px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #600;
	font-size:.92em;
}
.author {
	font-weight:bold;
	font-size:.9em;
	color:#600;
}
.authorInfo {
	font-weight:bold;
	font-size:.85em;
}
.booktitle {
	font-style:italic;
}

/* Order Buddhas Wife Links & buttons */
#order {
	text-align: center;
	margin: 8px;
	padding: 0px;
	padding-bottom:15px;
	clear:left;
}

#order a img {
	border:0;
	margin:2px auto;
}
#order a:link {
	text-decoration: none;
	color:#600;
	font-weight:bold;
}
#order a:visited {
	text-decoration: none;
	color:#603;
	font-weight:bold;
}
#order a:hover, #order a:focus, #order a:active {
	text-decoration: none;
	color:#F90;
}


/* Description of Buddha's Wife */
#description {
	float:right;
	padding:5px 40px;
	line-height:1.5em;
}
#wrapper #main #description p a {
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
	text-decoration: none;
}
#wrapper #main #description p a:link {
	font-weight: bold;
	font-variant: small-caps;
	color: #900;
	text-decoration: none;
}
#wrapper #main #description p a:visited {
	font-weight: bold;
	font-variant: small-caps;
	color:#600;
	text-decoration: none;
}
#wrapper #main #description p a:hover {
	font-weight: bold;
	font-variant: small-caps;
	color:#F90;
	text-decoration: none;
}

.brclear {
  clear:both;
  }
#footer {
  margin-top:20px;
  margin-bottom:0;
  padding: 5px;
  background:#ffc;
  border-top:1px solid #ccc;
  color:#333;
  font-size:.75em;
  text-align:center;
  line-height:1.5em;
} 

 /* Floating images in side text */
.left {
  float:left;
  margin: 0 10px 10px 0;  /* bottom affects footer position */
  }
.horizontal {
  width: 350px;
  text-align: left;
  font-size:.78em;
  line-height:1.2em;
  }
.title {   /* Buddha's Wife title image and authors name */
	float:right;
	margin-bottom:10px;
	margin-right:5px;
	padding:0 5px 0 5px;
	border-bottom:thin solid #600;
}
/* Navigation */

#navcontainer ul
{
text-align: center;
padding:5px 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #a63232;
color: white;
width: 100%;
font:bold .85em/16px Verdana, Geneva, sans-serif;
letter-spacing: .3em;
/* line-height 16 or 18px fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding:5px 0;
/* matches link padding except for left and right */
}

#navcontainer ul li a
{
padding: 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover, #navcontainer ul li a:focus
{
background-color: #F90;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
