@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image: url(https://www.gentlecarechiropractic.com/images/background.png);
	background-repeat: repeat-x;
	background-position: inherit;
}
#page {
	width: 100%;
	display: table;
	background-image: url(https://www.gentlecarechiropractic.com/images/background.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
    width: 100%;
	background-color: #558742;
	border-bottom : 10px solid #8cd724;  
    border-bottom-style:ridge;
	background-position:center top;
  }
.headertitle {
	font-family: 'Old Standard TT', serif;
	font-style: normal;
	font-size: 35px;
	color: #ffffff;
	padding-top:10px;
	padding-bottom:5px;
}
.headercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1pt;
	color: #ffffff;
    padding-top:5px;
	padding-bottom:10px;
}
a:link {
	color: #009;
}
a:visited {
	color: #633;
}
a:hover {
	color: #03F;
}
a:active {
	color: #03F;
}
.headline {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-weight: 600;
	font-size: 27px;
	letter-spacing: -1pt;
	color: #556caa;
	padding-left:10px;
	padding-top:5px;
}
.subheadline {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-weight:500;
	font-size: 19px;
	letter-spacing: -1pt;
	color: #392033;
	line-height: 21px;
	padding:10px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #434343;
	line-height: 20px;
	padding-left:15px;
	padding-bottom:5px;
	padding-right:15px;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 19px;
}
</style>