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

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

h2{
	color:#666;	
	text-align:center;
	font:14px Helvetica, Arial, sans-serif;
}

#book_container{
	width:350px;
	float:left;
	margin-top:20px;
}

#cards_container{
	width:350px;
	float:right;
	margin-top:20px;
}

#divider_container{
	border-left:1px solid #CCC;
	border-right:1px solid #999;
	float:left;
	margin-left:40px;
	margin-top:75px;
	height:500px;	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.description{
	font-size:12px;
	padding:10px 0;	
}

.description p{
	padding-bottom:5px;
	color:black;
	font-size:12px;
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;
	line-height:18px	
}

.prodImg{
	padding-top:15px;
	width:200px;
	margin:0px auto;
}

.width250{
	width:250px;	
}

.bookHeader{
	margin:0px auto;
	padding:5px;
	background-color:#cd1f3d;
	font-color:white;
}

.bookHeader h2{	
	font-size:16px;	
	color:white;
	font-weight:normal;
	letter-spacing: -0.5px
}

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

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

#quotes_container p{
	padding-left:10px;
	font-size:12px;
	font-family:'Lucida Grande', Helvetica, Arial, sans-serif;
}

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

/*
#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;
}	

*/


