body { 

	font: 12px Georgia, "Times New Roman", times, serif;
	color: black;
	background: white;
	margin: 0px;
}

/*** Multi-column ***/
/*  .page class prevents columns from splitting apart and controls width of page */

.page {
	display: block;
	width: 100%;
	padding: 0px;
}

/* clear:both ensures that will not wrap to the left or right of the column and forces use of .page class */

#header {
	clear: both;
	background: url("images/hawaii-kit-homes-hdr.jpg") repeat-x;
	height: 100px;
	color: white;
	border: 1px solid gray;
	border-bottom: 2px solid gray;
	padding: 0px 8px;
}	

#footer {
	clear: both;
	background: white;
}


#navigation {
	float: left;
	width: 25%;
	max-width: 250px;
	min-width: 200px;
	font: 12px "Helvetica",Arial, Helvetica, sans-serif;

}

#content { 
	float: left;
	width: 55%;
	padding: 2%;
	max-width: 800px;
	min-width: 480px;
	border-left: 2px solid gray;
	background-color: white;
	color: black;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 150%
}

#right {
	float: right;
	width: 15%;
	max-width: 160px;
	min-width: 120px;
	font: 12px "Helvetica",Arial, Helvetica, sans-serif;
}

.dropBox {
	float: right;
	padding: 4px;
	margin: 4px;
	border: 2px solid gray;
}

.dropBox img {
	display: block;
}

/*** Headers ***/

h1,h2,h3,h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin-left: 8px;
	font: small-caps bold 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}

h4 {
		font: 10px "Times New Roman", Times, serif;
		text-align: center;
}

.authorName {
	font: 18px "Helvetica Neue",Arial, Helvetica, sans-serif;
}

h2 .chapterTitle {
	display: block;
	font-size: 10px;
	color: black;
}


/*** Navigation and Links ***/

p a {
	color: green;
	text-decoration: none;
	padding-bottom: 0px;
}

p a:link {
	color: blue;
	border-bottom: 1px solid blue;
}

p a:visited {
	color: green;
/*  uses dotted underline for link reference   */
	border-bottom: 1px solid green;
}

p a:hover {
	color: red;
	border-bottom: 1px solid red;
}

p a:active {
	color: purple;
	border-bottom: 1px solid purple;
}

#navigation ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*  ordered list for navigation, where numbers are suppressed   */

#navigation ol li {
	display: block;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navigation {
	float:left;
}

#navigation a {
	padding: 2px 2px 8px 16px;
	border-top: 1px solid white;
/*  makes the link underline disappear            */
	text-decoration: none;
	display: block;
}

#navigation a:link {
	color: red;
}

#navigation a:visited {
	color: navy;
}

#navigation a:hover {
	background-color: white;
	border-top: 3px solid gray;
	color: red;
}

#navigation a:active {
	background-color: silver;
	border-top: 1px solid white;
	color: purple;
}


#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: gray;
	color: white;
	border-top: 3px solid black;
}

/*** Copy and Content ***/

#content .copy {
	margin-top: 24px;
}

/*  adds .copy class to give more space between lines.  */ 

#content .copy p {
	font-size: 8px;
	line-height: 1.5;
	margin: 0px;
	text-indent: 5px;
}
.dropBox p {
	margin: 0px;
	padding: 0px;
	width: 175px;
	font: x-large "Party Let","Comic Sans MS",Helvetica,Arial,sans-serif;
}

#footer p {
	color: black;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	border-top: 2px solid gray;
}
/* aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, orange, purple, red, silver, teal, white, and yellow.  */
/* transparent is also a valid value.         */