body { 
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

/*** Multi-column ***/

.page {
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
}

#header,#footer {
	clear: both;
	color: #000000;

}

#navigation {
	float: left;
	width: 30%;
	max-width: 250px;
	min-width: 100px;
	font: bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}

#content {
	float: left;
	width: 65%;
	padding: 2%;
	max-width: 756px;
	min-width: 200px;
	border-left: 2px solid #999;
	background-color: #fff;
	color: #000000;

}

.dropBox {
	float: right;
	padding: 4px;
	margin: 4px;
	background-color: white;
	border: 2px solid #666;
}

.dropBox img {
	display: block;
}

/*** Headers ***/

h1,h2,h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 28px;
}

h2 {
	color: #666;
}

h3 {
	margin-left: 8px;
	font: bold small-caps 14px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
	color: #000000;

}

#header {
	height: 100px;
	color: #fff;
	border: 1px none;
	background: #FFFFFF url(none) no-repeat; 
	padding: 0px 8px;
}

.authorName {
	font: 18px "Helvetica Neue",Arial, Helvetica, sans-serif;
}

h2 .chapterTitle {
	display: block;
	font-size: smaller;
	color: black;
}


/*** Navigation and Links ***/

p a {
	color: #f33;
	text-decoration: none;
	padding-bottom: 0px;
}

p a:link {
	color: #f33;
	border-bottom: 2px dotted #fcc;
}

p a:visited {
	color: #966;
	border-bottom: 2px dotted #fcc;
}

p a:hover {
	color: #f00;
	border-bottom: 2px solid #f99;

}

p a:active {
	color: #966;
	border-bottom: 2px double #f66;
}

#navigation ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ol li {
	display: block;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navigation a {	
	padding: 2px 2px 8px 16px;
	border-top: 3px solid #fff;
	text-decoration: none;
	display: block;
}

#navigation a:link {	
	color: red;
}

#navigation a:visited {	
	color: red;
}

#navigation a:hover {	
	background-color: #66CC99;
	border-top: 3px solid #666;
	color: red;
}


#navigation a:active {	
	background-color: red;
	border-top: 3px solid #fff;
	color: #fff;
}

#chapter01 #ch01,#chapter02 #ch02,#chapter03 #ch03,#chapter04 #ch04,#chapter05 #ch05,#chapter06 #ch06,#chapter07 #ch07,#chapter08 #ch08,#chapter09 #ch09,#chapter10 #ch10,#chapter11 #ch11,#chapter12 #ch12 {
	background-color: #333;
	color: #fff;
	border-top: 3px solid #000;
}

/*** Copy and Content ***/

#content .copy {
	margin-top: 24px;
}

#content .copy p {
	font-size: small;
	line-height: 1.5;
	margin: 0px;
	text-indent: 2em;
}

.dropBox p {
	margin: 0px;
	padding: 0px;
	width: 175px;
	font: x-small "Party Let", "Comic Sans MS", Helvetica, Arial, sans-serif;
	color: #333333;

}

#footer p {
	color: #333333;
	font-size: small;
	text-align: center;
	padding-top: 4px;
	border-top: 2px solid #999;
}

