/*
________________________________________________________________________________________
*    discography.css
*   
*    Style sheet for Adam Pounds discography page
*
*    (c) 2009 Adam Pounds
*__________________________________________________________________________________
*/

.album_cover		{
					float: right;
					width: 220px;
					height: 220px;
					margin-top: 30px;
					margin-left: 20px;
					margin-bottom: 20px;
					}
					
p					{
					text-align: justify;
					}
					
h3					{
					text-align: left;
					margin-bottom: 12px;
					}
					
h4					{
					margin-top: 12px;
					font-size: 22px;
					}
					
#quotes				{
					margin-top: 40px;
					margin-bottom: 20px;
					}					
					
					
#quotes	p			{
					font-size: 19px;
					text-align: left;
					font-weight: normal;
					line-height: 25px;
					}					
