/*	The Faith Hospice website is built with pure HTML5. We’re proud to support web standards.
	
	We also want to share what we’ve learned. Although the basic design of this site, as
	well as all written content, photographs, and logos are the copyright property of
	Holland Home, the HTML and CSS code for this site is licensed under a Creative Commons
	BSD license (http://creativecommons.org/licenses/BSD). Share alike and give it away. */

/*	This is the stylesheet for the ‘What is hospice?’ pages. */

@media screen {
	/*	As a two-column page, the <section> tag on this page needs a left-side margin. */
	section {
		margin-left: 212px; }
}