body {
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color: #999;
	margin:: 0px;
	}
.page {
	display:block;
	width:100%;
	padding: 0px;
	background-color: #ccc;
	}
#header,#footer{
	clear: both;
	background-color:#999;
	}
#navigation{
	float:left;
	width: 30%;
	max-width:250px;
	min-width:100px;
	font:Arial, Helvetica, sans-serif
	}
#content {
	float:left;
	width:65%;
	padding:2%;
	max-width: 756px;
	min-width: 200px;
	border-left: 2px solid #999;
	background-color:#FFFFFF;
	}
.dropbox {
	float:right;
	padding: 4px;
	margin: 4px;
	background-color: white;
	border: 2px solid #666;
}
.dropbox img{
	display: block;
}
h1,h2,h{
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
h1 {
	font-size:28px;
}
h2 {
	color: #666;
}
h3 {
	margin-left: 8px;
	font: small-caps bold 18px "Helvetica Neue Narrow", Arial, Helvetica, sans-serif;
	}
#header {
	height: 100px;
	color: #fff;
	border: 1px solid RGB(255,204,204);
	border-bottom: 2px solid #999;
	background: #999 url(pjbgtop.jpg)  repeat-x;
	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 dotted #f99;
}	
p a:active {
	color:#966;
	border-bottom: 2px double #f66;
}
#navigation ol{
	list-style-type:none;
	margin: 0px;
	}
#navigation ol li{
	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: #fff;
	border-top: 3px solid #666;
	color:red;
	
}	
#navigation a:active{
	background-color: red;
	border-top: 3px solid #fff;
	color:#fff;
	
}	
#footer p{
	color:white;
	font-size: small;
	text-align:center;
	padding-top:4px;
	border-top: 2px solid #999;
	}
