/*	-------------------------------------------------------------
	CSS - ABOUT : 	THE BAND PERRY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		about.css
	Date:			November 11, 2009
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
	
	/*	-----------------------------------------------------------
		NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li#about a {
		background-position:-49px -29px;
	}
	
	/*	-----------------------------------------------------------
		LEFT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*HEADER*/
	
	#leftCol .header h2 {
		background:url(../../images/h2_About.jpg) no-repeat top center;
	}
	
	/*BAND PHOTOS*/
	
	#leftCol ul {
		width:237px;
		margin:0 auto;
	}
		#leftCol ul li {
			width:237px;
			padding:0 0 20px;
		}
			#leftCol ul li .frame {
				width:197px; height:201px;
				padding:20px;
				background:url(../../images/bg_photoFrame.png) no-repeat center;
			}
			#leftCol ul li .photo {
				width:196px;
			}
			#leftCol ul li h3 {
				margin:0 auto;
			}
			#leftCol ul li.kimberly h3 {
				width:185px; height:34px;
				background:url(../../images/h3_kimberly.png) no-repeat center;
			}
			#leftCol ul li.neil h3 {
				width:127px; height:34px;
				background:url(../../images/h3_neil.png) no-repeat center;
			}
			#leftCol ul li.reid h3 {
				width:134px; height:34px;
				background:url(../../images/h3_reid.png) no-repeat center;
			}
	
	/*	-----------------------------------------------------------
		RIGHT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#rightCol {
		width:550px;
		padding:40px 25px 25px 25px;
		color:#fff;
		font-size:14px;
		line-height:15px;
	}
		#rightCol .quote {
			font:italic bold 18px Palatino,Big Caslon,Georgia,Serif;
		}
		
			#rightCol p {
				line-height:18px;
				padding:0 0 3px;
			}
	
		