@charset "UTF-8";
/* CSS Document */

body	
	{
	padding: 0px;
	margin: 0px;
	background-color: #222222;
	background-image: url(images/backgroundgradient.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 150%;
	}
	
p
	{
	padding: 0px;
	margin: 0px;
	line-height: 170%;
	font-size: 103%;
	}	
	
h1, h1 a, h1 a:hover
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #ab1b1a;
	border-bottom: none;
	text-decoration:none;
	}	
	
h2	
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	padding: 6px 0px 20px 0px;
	margin: 0px;
	color: #ab1b1a;
	}
	
h3	
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	padding: 0px 0px 25px 0px;
	margin: 0px;
	color: #dddddd;
	}	
	
h4
	{
	color: #ab1b1a;
	font-size: 110%;
	font-stretch:narrower;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	}
	
h5
	{
	color: #ab1b1a;
	font-size: 110%;
	font-stretch:narrower;
	margin: 0px;
	font-weight: normal;
	}			
	
a
	{
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-decoration:none;
	}
	
a:hover
	{
	border-bottom: 1px solid #ffffff;
	}		
	
img
	{
	border: none;
	text-decoration:none;
	}	
	
ul
	{
	margin: 0px;
	padding: 0px;
	}	
	
li
	{
	list-style-type: none;
	border-bottom: 1px solid #999999;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}	
	
.paddingtop
	{
	padding-top: 20px;
	}
	
.paddingbottom
	{
	padding-bottom: 20px;
	}	
	
#wrapper
	{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}	
	
#nav
	{
	font-size: 70%;
	margin: 0px 0px 75px 0px;
	}

.navbutton
	{
	float: left;
	margin: 0px 20px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.navbutton a
	{
	border-bottom:none;
	text-decoration:none;
	color: #999999;
	}	
	
.navbutton a:hover
	{
	border-bottom: 1px dotted #999999;
	}
		
.navbuttonactive
	{
	float: left;
	margin: 0px 20px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.navbuttonactive a
	{
	border-bottom: 1px solid #999999;
	color: #999999;
	}	
	
.navbuttonactive a:hover
	{
	border-bottom: 1px dotted #999999;
	}
					
	
#bookcover
	{
	width: 240px;
	float: left;
	}
	
#bodycontainer
	{
	width: 700px;
	margin: 75px 0px 30px 10px;
	float: left;
	}
	
#column1
	{
	width: 445px;
	margin: 40px 0px 10px 0px;
	}	
	
#column2
	{
	font-size: 90%;
	line-height: 200%;
	width: 200px;
	float: right;
	margin: 15px 0px 0px 0px;
	}
	
.col2a
	{
	width: 100px;
	float: left;
	padding: 5px 0px;
	}		
	
.box
	{
	background-color: #444444;
	border: 1px solid #555555;
	padding: 10px;
	margin: 0px 0px 25px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.box2
	{
	border: 1px solid #555555;
	padding: 10px;
	margin: 15px 0px;
	}	
	

#abouttheauthortext
	{
	width: 230px;
	}	
	
	
	
#video a
	{
	border: none;
	text-decoration: none;
	
	}	
	
.clear
	{
	clear: both;
	}	
	
.rule
	{
	border-bottom: 1px solid #999999;
	height: 3px;
	clear: left;
	}	
	
.quoteref
	{
	font-size: 9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px 20px 0px;
	color: #999999;
	}
	
.quoteref a
	{
	border-bottom: 1px solid #999999;
	color: #999999;
	}	

.pdf
	{
	background-image: url(images/pdficon_small.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 30px;
	}	
	
#footer
	{
	font-size: 80%;
	padding: 20px 0px;
	}		