/* CSS Document */


html, body
{
	/*font-family: Arial;
	font-size: 11px;
	line-height: 20px;*/
	background-color: #333333;
	/*background-image:none;
	background-position:center;
	background-repeat:repeat-y;*/
	/*margin:0; padding:0;*/
}

#wrap
{
	width: 1024px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;

}

#header {
	background-image:url(../Images/mainBanner.jpg);
	height:177px;
	width:1024px;
}

div#leftindex { 
	width: 287px; 
	margin: 0; 
	text-align: center;
	background-color: #c5c6c8;
	/*min-height:30000px;*/
	float:left;
	margin-right:30px;
	height:100%;
	position:absolute;
	left:0;
}

div#content {
	position:relative;
	left:287;
	width:738px;
}

div #centerspace {
	/*width: 40px; 
	margin: 0; 
	float:left;*/
	/*min-height:30000px;*/
}

div#bookcover {
	text-align:center;
	height:170px;
}

#bookcover img {
	/*width:233px;
	height:295px;*/
	position:relative;
	top:-137px;
}

#btdwnl {
	position:absolute;
	right:155px;
	top: 140px;
	z-index:2;
}

#btesp {
	position:absolute;
	right:115px;
	top: 140px;
	z-index:2;
}

#rss {
	position:absolute;
	right:75px;
	top: 140px;
	z-index:2;
}

#email {
	position:absolute;
	right:35px;
	top: 140px;
	z-index:2;
}


#chapterlist ul {
	margin-left:-40px;
}

#chapterlist ul li {
	margin-top:15px;
	list-style:none;
	list-style-image:none;
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#chapterlist ul li a{
	text-decoration:none;
	color:black;
}
#chapterlist ul li a:hover{
	text-decoration:underline;
	color:#00727c;
}

#downloads form {
	margin-top:30px;
}

#downloads form input {
	width:140px;
}

#downloads img {
	margin-top:20px;
}

div#righttext {
	background-color:white;
	min-height:920px;
	/*margin-left:40px;
	padding-left:40px;*/
}




