#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* to correct IE rule in text.css for centering div */
}


#wrapper #scroll {
	text-align: center;
	position:absolute;
	z-index:100;
	left: 25px;
	top: 0;
	border: none;
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	background:url(../img/scroll2.png) top center no-repeat;
	height: 136px;
	width: 331px;
}

#wrapper #scroll p {
font-size: 11px;
	line-height: 16px;
	font-style:italic;
	font-weight: bold;
	text-align: center;
	color: #683F90;
	padding: 35px 40px 0 40px; 
	margin: 0;
		font-family:Georgia, "Times New Roman", Times, serif;

}

#wrapper #scroll .impact {
	font-size: 15px;
	line-height: 20px;
}
#wrapper #scroll a {
		color: #683F90;
}
/***** BOOK IMAGE *****/
#book {
	float: left;
	display: inline;
	width: 704px;
	margin-left: 20px;
	margin-right: 20px;
}


#booktop, #bookmid, #bookbot {

}

#booktop {
	background-image:  url(../img/book_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 209px;
}

#bookmid {
	background-image: url(../img/book_mid.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}


#bookmid #image {
	margin: auto auto auto 90px;
	background-image:url(../img/artwork.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 598px; 
}

#bookbot {
	background-image: url(../img/book_bot.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 147px;
}

/**** end ****/



/**** BOOKMARK IMAGE ****/


#mark {
	float: left;
	display: inline;
	width: 188px;
	margin-top: 50px;
}

#bkmktop, #bkmkmid, #bkmkbot {
	background-color: #EFD799;
	}

#bkmktop {

	background-image:url(../img/tassel.jpg); 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	height: 157px;
}


#bkmkmid {
	background-image: url(../img/mark_mid.jpg);
	background-position:top left;
	background-repeat: repeat-y;
}


#bkmkmid h1 {
	color: #984A11;
	font-family:"Apple Chancery", "Zapf Chancery", Monotype Corsiva, Palatino, Georgia, serif; 
	font-style:italic;
	padding-bottom: 10px;
}
#nav {
	margin: 0 10px;
	overflow: hidden;
	width: 162px;
	text-align: center;
}

ul#navmenu li {
	margin: 0;
	padding: 8px 0; /* old 10px 0; */s
	list-style-type: none;
	text-align: center;
	/*display: block;*/
	color: #984A11;
	font-family:"Apple Chancery", "Zapf Chancery", Monotype Corsiva, Palatino, Georgia, serif; 
	font-style:italic;
	font-size: 19px;
	line-height: 22px;

}

ul#navmenu a:link, ul#navmenu a:visited {
	color: #984A11;
	text-decoration: none;
	/*border-bottom: 1px dotted #c90;  old #EABF62;*/
	display: block;
}

ul#navmenu a:hover, ul#navmenu a:active {
	color: #B77B00;/* old color: #CC9900;*/
	/*border-bottom: solid 1px #c90;*/
}

.chapter {
	font-size: 14px;
	line-height: 18px;
	color: #B77B00;

}
#bkmkbot {
	background-image:url(../img/mark_bot.jpg); 
	background-position: left top; 
	background-repeat: no-repeat; 
	height: 74px;

}

