/*

	These rules apply only to the 'about' page
	Most of the other rules inherited by 'about' page are defined in inner-pages.css

******************************************************************************************* */


/* Default rules for the empty span enclosed by introductory h1
-------------------------------------------------------------------------------------------- */
	h1 span {
		background:url(images/about/about-us-h1-bg.jpg) no-repeat top left;
	}


/* Default rules for the last paragraph of the content div, increasing the space
between the buttons and content on top of them
-------------------------------------------------------------------------------------------- */
	div#content p.last {
		padding-top:35px;
	}