#bookTitle
{
	position: absolute;
	top: 20px;
	left: 10px;
	font-family: Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.4em;
	word-spacing: 0.5em;
	color: Olive;
	padding-bottom: 2px;
	border-bottom: solid 2px black;
	width: 100%;
}

#bookData
{
	position: absolute;
	top: 260px;
	left: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: Black;
}

#bookImage
{
	position: relative;
	top: 40px;
	left: 5px;
}

#bookDesc
{
	position: absolute;
	top: 50px;
	left: 160px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
	width: 700px;
}


#tocHeading
{
	font-family: Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: Olive;
}

#bookTOC
{
	position: absolute;
	top: 520px;
	left: 150px;
	width: 400px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
}

#bookTopics
{
	position: absolute;
	top: 340px;
	left: 160px;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
	width: 700px;
}


.section
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	display:block;
	margin-top: 5px;
}

.chapters
{
	margin-left: 20px;
	line-height: 1.3em;
}


a{
	color: #996666;
	text-decoration: none;
	font-size: 11px;
}

a.link:visited{
	color: #996666;
	text-decoration: none;
	font-size: 11px;
}

a.link:active{
	color: #996666;
	text-decoration: none;
	font-size: 11px;
}

a.link:hover{
	color: #996666;
	text-decoration: none;
	font-size: 11px;
}