/* CSS - The Book */
#book_container{
	width:800px;
	margin:0 auto;
	margin-top:30px;
	_padding-bottom:50px;
}

#book_container h1{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:-1px;
	color:#000033;
	font-weight:normal;
	padding-bottom:10px;
	text-align:center;
}

#bookImgs{
	float:left;
	width:300px;
	height:395px;
	left:0px;
}

#bookImgs img {  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:300px;
	height:395px;
    top:  0; 
    left: 0 
}

#bookImg p{
	font-size:11px;
	text-align:center;
	padding:10px;
}

#book_content{
	float:right;
	width:480px;
}

#book_content_bg{
	width:448px; 
	background:#d8eced url(../img/book_content_bg.jpg) top left no-repeat;
	padding:15px;
}

#book_content h2{
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a2854a;
	padding:5px 0px;
}

#dotted_linebreak{
	border-top:1px dotted #ccc;
	width:431px;
	margin-top:10px;
	padding:5px 0px;
}

#book_content p{
	color:black;
	font-size:12px;
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;
	width:435px;
	line-height:18px;
}

#book_content ul{
	width:435px;
	margin:0 auto;
	margin-top:20px;
}
#book_content li{
	display:inline;
	padding:0 10px;
}

img#atlas{
	padding:10px 0px;
}

p#source{
	text-align:right;
	padding-top:5px;
}	

/* QUOTES SECTON
-------------------------------------*/
#quotes_container{
	margin-top:15px;
	padding-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	border-top:1px solid #ccc;
}

#quotes_container h2{
	font-size:14px;
}

#quotes_container p{
	padding-left:10px;
}

#quote1{
	font-style:italic;
	padding:5px;
	width:615px;
	color:#cc6600;
	line-height:18px;
}



