/* CSS Document */
* { margin: 0; padding: 0; }
html { background: url(../images/bg-page.gif) top center repeat-y; color: #743D29; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  80px;  }
body { background: url(../images/bg-body.jpg) top center no-repeat; }
a { text-decoration: none; color: #D36300; }
a:hover { text-decoration: underline; }
.right{ float: right; }
.left { float: left; }
#outer-wrapper { width: 552px; margin: 0 auto; padding: 256px 0 0 360px;  }
#wrapper { width: 552px; }


#nav { position: absolute; top: 0; left: 40px; width: 500px; height: 45px; }
	#nav li { float: left; height: 47px; list-style-type: none; margin: 0 5px 0 0; }
		a.home { float: left; width: 115px; height: 45px; display: block;  background: url(../images/bg-home.gif); }
		a.book { float: left; width: 163px; height: 45px; display: block;  background: url(../images/bg-book.gif); }
		a.author { float: left; width: 181px; height: 45px; display: block;  background: url(../images/bg-author.gif); }
		
		.activeh , a.home:hover { width: 115px; height: 45px; display: block;  background: url(../images/bg-home.gif) 0px -47px; }
		.activeb , a.book:hover { width: 163px; height: 45px; display: block;  background: url(../images/bg-book.gif) 0px -47px; }
		.activea , a.author:hover { width: 181px; height: 45px; display: block;  background: url(../images/bg-author.gif) 0px -47px; }
		 li a:hover { color: #643E1D;  text-decoration: none;}
		
#content-here { position: relative; width: 552px; padding: 7px 0 0 0; margin: 4px 0 0 0; overflow: hidden; }
#content { width: 498px;  margin: 0 auto; overflow: hidden; border: 7px solid #BD590C; background: #FEFFDD; padding: 70px 20px 20px 20px; }
#book { float: left; width: 480px; text-align: center; }
#writeup { float: right; width: 460px;  padding-right: 20px; font-weight: bold; }
	#writeup p { font-size: 14px; padding: 20px 0 0 0; line-height: 25px; text-align: center; }
	.blue { color: #4179AE; }
	#writeup p span { font-style: italic; font-weight: bold; font-size: 18px; color: #8115D24; }
h2 { padding: 0 0 30px 0; font-weight: bold; font-size: 18px; color: #823614; }
h3, .center { width: 100%; text-align: center; font-weight: bold; padding: 20px 0 0 0; }

#rm { padding: 20px 0 0 0; text-align: center; width: 100%; font-size: 14px; }
.atb { padding: 0 0 20px 0;  line-height: 25px; }
.atb span { font-weight: bold; font-style: italic; }
#order { text-align: center; padding: 0 0 20px 0; }
#order a { color: #743D29; font-size: 18px; }		
.isbn { text-align: center; padding: 0 0 10px 0; font-weight: bold; }		
#xlibris { text-align: center; padding: 10px 0 20px 0;  }
#footer { clear: both; width: 480px; text-align: center; font-size: 10px; padding: 5px 0; color: #666666;  border-top: 1px solid #CECECE; margin-top: 50px; }
