#quoteblock{
	width:75%;
	height:300px;
	background-color:#006;
	position:relative;
	display:block;
	margin:20px auto;
}
#quotewrapper{
	width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	border:.4em #39f solid;
}
#quotetext{
	background-color:#006;
	height:106%;
	width:80%;
	margin-left:10%;
	display:table;
	position:relative;
	top:-.4em;
}
.quote{
	line-height:1em;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
	background-color:#006;
	font: 18pt Century Gothic,Arial,sans-serif;
	font-style:italic;
}
.table{width:280px;margin:10px ; float:left;}
.table p{font-weight:bold;}
.thead{background-color:#004494;color:#fff;padding: 1px 15px; border-bottom:1px solid #004494;}
.thead h3{color:#fff;}
.tbody{background-color:#d6eefa;padding:1px 15px;border-top:1px solid #d6eefa;}
.tbody h3{color:#004494;}

.recommend{
		width:75%; 
		display:block;
		margin:20px auto;
		}
.r-head{background-color:#09f;text-align:center;border:1px solid #09F;}
.r-title{color:#fff;padding:0px;font: 18pt Century Gothic,Arial,sans-serif;}
.r-body{
	border-top:1px solid #09f;padding:0px 15px 10px 15px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#9dd8f3)); 
/* Safari 5.1, Chrome 10+ */ 
background: -webkit-linear-gradient(top, #9dd8f3, #fff); 
/* Firefox 3.6+ */ 
background: -moz-linear-gradient(top, #9dd8f3, #fff); 
/* IE 10 */ 
background: -ms-linear-gradient(top, #9dd8f3, #fff); /*ace1fd*/
/* Opera 11.10+ */ 
background: -o-linear-gradient(top, #9dd8f3, #fff); 
}
.r-text{}
.chapter_quote_block1, .chapter_quote_block2, .chapter_quote_block3{
	width:75%;
	background-color:#fff;
	position:relative;
	display:block;
	margin:0 auto;
}
.chapter_quote_block1{
	height:250px;
}
.chapter_quote_block2{
	height:300px;
}
.chapter_quote_block3{
	height:400px;
}

.chapter_quote_wrapper{
	width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	border:.2em #999 solid;
}
.chapter_quote{
	background-color:#fff;
	height:103%;
	width:84%;
	margin-left:8%;
	display:table;
	position:relative;
	top:-.2em;
}
.chapter_quote_text{
	line-height:1em;
	color:#666;
	display:table-cell;
	vertical-align:middle;
	background-color:#fff;
	font: 12pt Century Gothic,Arial,sans-serif;
	font-style:italic;
}