/*
________________________________________________________________________________________
*    biography_pd.css
*   
*    Local style sheet for Peter Dickinson biography
________________________________________________________________________________________
*/


	p
						{
						font-size: 110%;
						margin-left: 0px;
						margin-top: 24px;
						margin-bottom: 6px;
						}
						
	#book_ad			{
						width: 180px;
						margin-left: 30px;
						margin-top: 20px;
						margin-bottom: 30px;
						border: 1px solid;
						border-color: #bbb;
						float: right;
						padding: 14px;
						background-color: #fff;
						font-size: 12px;
						}
						
	#book_ad .reviews	{
						font-style: italic;
						font-size: 11px;
						margin-top: 10px;
						}
						
