@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: 'TuffyRegular';
 src: url('Tuffy-webfont.eot');
 src: url('Tuffy-webfont.eot?iefix') format('eot'),  url('Tuffy-webfont.woff') format('woff'),  url('Tuffy-webfont.ttf') format('truetype'),  url('Tuffy-webfont.svg#webfont2m2tFn9Z') format('svg');
 font-weight: normal;
 font-style: normal;
}
html {
	padding:0;
	margin:0;
}
body {
	background-color:#191c1f;
}
#container {
	background-color:#191c1f
}
#navbar p {
	font-family:'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size:15pt;
	text-align:center;
}
/*masthead*/
#masthead {
	height:306px;
	background:url(masthead.png);
	background-repeat:repeat-x
}
#sidebar {/*first aid instructor & grief recovery specialist*/
	position:absolute;
	top:280px;/*how ever far from the top of the page for text to appear*/
	right:10px
}
#gems {/*GEMS*/
	position:absolute;
	width:200px;
	height:90px;
	z-index:1;
	left: 60px;
	top: 181px
}
#gale {/*Gale Stonehouse Baldwinton, SK*/
	position:absolute;
	width:225px;
	height:54px;
	z-index:1;
	left: 491px;
	top: 81px
}
/*links*/
a:link, a:visited {
	color:#f09601;
	text-decoration:none
}
a:hover {
	color:#808080;
	text-decoration:none
}
/*body*/
#content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto
}
h1 {
	font-family:'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#f09601;
	text-align:left
}
h2 {
	font-family:'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:normal;
	color:#808080;
	text-align:left
}
h3 {
	font-family:'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#f09601;
	text-align:left
}
p {
	font-family:'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#fff;
	text-align:left;
	line-height:14pt;
}
li {
	font-family:'TuffyRegular', Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:18pt;
	color:#fff;
	text-align:left
}
.special {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#f09601;
	text-align:center
}
.quote {/*quotations on various pages*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:12pt;
	color:#005a8c;
	text-align:center
}
.author {
	color:#fff;
	font-size:10pt;
	font-weight:normal
}
#footer p {
	text-align:center;
	padding-top:10px;
}
.about {color:#808080}
.grey {color:#f09601}
.center {text-align:center}
.clear {clear:both}
.image {float:right;padding:8px}
.left {float:left;padding:10px}
.right {text-align:right}
.threecol {width:250px;float:left}
