/* CSS Document */

/* Healing Companions */
/* Sep 2009 Gayle Ormand Boyer */
/* http://furlizards.net */



/*** Layout divs ***/

#header {
	height: 375px;
        border-top: 7px solid #3b8bac;
        border-left: 7px solid #3b8bac;
        border-right: 7px solid #3b8bac;
}

h1 {
	margin: 0;
	padding: 0;
	height: 375px;
	text-indent: -9999px;
        background: url(http://www.healing-companions.com/images/bg/home-banner.jpg) no-repeat top left;
}

h4 {
        line-height: 1.4em;
        }

h4.quote {
       margin: 40px 20px 0 20px;
       text-align: center;
       }

.box-left p.author {
	text-align: right;
	margin-right: 50px;
        margin-bottom: 40px;
        font-size: 110%;
        font-weight: bold;
        font-style: italic;
	background: none;
        color: #3b8bac;
	}
