@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#fff;
	background-repeat:repeat-x;
	color:#fff;
	font-size:13px;
	line-height:17px;
	margin:0;
	}
#wrapper {
	width:960px;
	background-color:#333;
	margin:24px auto 12px auto;
			-moz-box-shadow:    2px 2px 7px 3px #333;
  			-webkit-box-shadow: 2px 2px 7px 3px #333;
 			 box-shadow:        2px 2px 7px 3px #333;
	}
#top	{
	width:960px;
		}
#navigation	{
			background-image:url(images/navBack.jpg);
			}	
.container	{
	 width: 960px;  
	 margin: 0 auto;

	}



.leftCol	{
		width:250px;
		float:left;
			}
.midCol
		{
		width:40px;
		float:left;
		background-image:url(images/lineBrush3.jpg);
		background-repeat:repeat-y;
		margin-top:18px;
		}
.rtCol	{
		width:668px;
		float:right;
			}


#footer	{
		width:960px;
		margin:0 auto;
		}

h1 {
    font-size:20px;
	line-height:24px;
    font-weight:bold;
	margin: 12px 18px 6px 18px;
	text-align:center;
}
h2	{
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color:#ffcc99;
	margin: 24px 18px 6px 18px;
	text-align:center;
	}
h3	{
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color:#ffcc99;
	margin: 24px 18px 6px 18px;
	text-align:left;
	}

p { 
	margin:18px 18px 6px 18px;
}
.padLeft	{
	padding-left:30px;
}
.moreTop { 
	margin:30px 18px 6px 18px;
}

.shadow		{
			-moz-box-shadow:    2px 2px 7px 3px #000;
  			-webkit-box-shadow: 2px 2px 7px 3px #000;
 			 box-shadow:        2px 2px 7px 3px #000;
			}

.betterLink {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: none;
}

a.betterLink:link {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: none;
}
					
a.betterLink:visited {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: none;
}

a.betterLink:hover {
	color: #0099FF;
	background-color: inherit;
	text-decoration: none;
}

a.betterLink:active {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: underline;
}
.betterLink2 {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: none;
}

a.betterLink2:link {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: none;
}
					
a.betterLink2:visited {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: none;
}

a.betterLink2:hover {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}

a.betterLink2:active {
	color: #99CCFF;
	background-color: inherit;
	text-decoration: underline;
}

.betterLinkDk {
	color: #0033CC;
	background-color: inherit;
	text-decoration: none;
}


.copyright {
	font-size:11px;
	line-height:14px;
	color:#000;
	text-align:center;
	margin-top:0;
	font-weight:bold;
		}

.designer {
	font-weight: normal;
	font-size: 9px; 
	line-height:13px;
	color:#333;
	background-color: inherit;
	text-align:center;
	font-weight:bold;
	margin-top:0;
}

a.designer:link {
	color: #333;
	background-color: inherit;
	text-decoration: none;
}

a.designer:visited {
	color: #333;
	background-color: inherit;
	text-decoration: none;
}

a.designer:hover {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

a.designer:active {
	color: #333;
	background-color: inherit;
	text-decoration: none;
}

.center	{
	text-align:center;
	}
.buy	{
	font-style:italic;
	text-align:center;
	margin-top:2px;
	color:#FFCC99;
	}
.redLg	{
	color:#FFCC99;
	font-weight:bold;
	font-size:larger;
	}
.red	{
	color:#FFCC99;
	font-weight:bold;
	}
.quoteLessTop	{
	font-style:italic;
	font-weight:normal;
	margin:6px 36px 2px 36px;
	}
.quote	{
	font-style:italic;
	font-weight:normal;
	margin:18px 36px 2px 36px;
	}
.quoteLg	{
	font-size:18px;
	line-height:26px;
	font-style:italic;
	font-weight:normal;
	margin:18px 18px 2px 18px;
	}
.author	{
	text-align:right;
	margin-top:0;
	font-size:11px;
	line-height:13px;	
	}
.quote2	{
	font-style:italic;
	font-weight:normal;
	margin:18px 18px 2px 18px;
	}
.author2	{
	text-align:left;
	margin-top:0;
	font-size:11px;
	line-height:13px;
	color:#CC9;	
	}
.quote2lessTop	{
	font-style:italic;
	font-weight:normal;
	margin:6px 18px 2px 18px;
	}

a.nav 
	{
	color: #000;
	font-size:13px;
	line-height:23px;
	font-weight:bold;
	background-color: inherit;
	text-decoration: none;
	background-color: #fff;
	padding:5px 22px 5px 22px;
	border:0px solid #000;
	margin-right:8px;
	-moz-border-radius-topleft:  50px 100px;
		-webkit-border-top-left-radius:  50px 100px;
		-khtml-border-top-left-radius:  50px 100px;
		border-top-left-radius:  50px 100px;
	-moz-border-radius-topright:  50px 100px;
		-webkit-border-top-right-radius:  50px 100px;
		-khtml-border-top-right-radius:  50px 100px;
		border-top-right-radius:  50px 100px;
			-moz-box-shadow:    1px 0px 6px 2px #000;
  			-webkit-box-shadow: 1px 0px 6px 2px #000;
 			 box-shadow:        1px 0px 6px 2px #000;
}
					
a.nav:hover {
	color: #fff;
	font-size:13px;
	line-height:23px;
	font-weight:bold;
	background-color: inherit;
	text-decoration: none;
	background-color: #b72a29;
	padding:5px 22px 5px 22px;
	border:0px solid #000;
	margin-right:8px;
	-moz-border-radius-topleft:  50px 100px;
		-webkit-border-top-left-radius:  50px 100px;
		-khtml-border-top-left-radius:  50px 100px;
		border-top-left-radius:  50px 100px;
	-moz-border-radius-topright:  50px 100px;
		-webkit-border-top-right-radius:  50px 100px;
		-khtml-border-top-right-radius:  50px 100px;
		border-top-right-radius:  50px 100px;
			-moz-box-shadow:    1px 0px 6px 2px #000;
  			-webkit-box-shadow: 1px 0px 6px 2px #000;
 			 box-shadow:        1px 0px 6px 2px #000;
}
.drop	{
   font-size: 70px;
   line-height:50px;
   padding:2px 8px 2px 3px;
   float: left;
   color:#FFCC99;	
}
.drop2	{
   font-size: 38px;
   line-height:20px;
   padding:6px 6px 2px 0px;
   float: left;
   color:#FFCC99;
   font-style:normal;	
}

.authorBox	{
	width:630px;
	background-color:#666;
	margin:30px auto 6px auto;
	padding-bottom:10px;
	border:1px solid #000;
		-moz-border-radius:  9px;
		-webkit-border-radius: 9px;
		-khtml-border-radius: 9px;
	}
.bio	{
	color:#fff;
}
.distributed	{
	font-weight:bold;
	font-style:italic;
	}
.bookstore	{
	border-left:2px solid #ffcc99;
	padding-left:12px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.isbn	{
	border-left:2px solid #ffcc99;
	padding-left:12px;
}
.divider	{
	text-align:center;
	color:#ffcc99;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
}
.question	{
	font-weight:bold;
	color:#ffcc99;
	margin-top:24px;
	}
.answer	{
	font-style:italic;
	margin-top:6px;
	}
.answerLessTop
	{
	font-style:italic;
	margin-top:6px;	
	}
.small	{
	font-size:12px;
	line-height:14px;
	}
.grey	{
	color:#ccc;
	}
.regText	{
	font-style:normal;
	}