@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #330000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bgwood.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fef6d8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
}
.oneColFixCtrHdr #header {
	background: #fef6d8;
	padding: 0 10px 20px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/parchment1top.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 15px 30px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fef6d8;
	background-image: url(images/parchment2mid.jpg);
}
.oneColFixCtrHdr #footer {
	background: #fef6d8;
	padding: 15px 40px 40px 40px;
	background-image: url(images/parchment3bot.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent img {
	margin: 2px;
	padding: 1% 3%;
	border: 2px outset #330000;
	background-color: #f5deb3;
}
.testimonial {
	border: 0;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #container #mainContent #testimonial {
	border: 2px outset #330000;
	font-family: "Zapf Chancery", "Trebuchet MS", George, Times, "Times New Roman", serif;
	color: #333300;
	width: 375px;
	text-align: center;
	margin: 2em 10em 0.5em 10em;
	padding: 0 1em;
}
table {
	text-align: center;
	font-style: normal;
}
.phone {
	font-size: 1em;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1.1em;
	background-color: #f5deb3;
}
.textlarge {
	font-size: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-style: normal;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.1em;
	padding-bottom: 0.5em;
}
.textmedium {
	font-size: 0.9em;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #333333;
}
.textmediumzapf {
	font-size: 1.1em;
	font-family: "Zapf Chancery", "Trebuchet MS", George, Times, "Times New Roman", serif;
	line-height: 1.25em;
	color: #333333;
}
.textsmall {
	font-size: 0.8em;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
}
.texttiny {
	font-size: 0.7em;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	text-align: center;
	line-height: 3em;
}
.texttestimonial {
	font-size: 1em;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #333333;
	font-style: italic;
	line-height: 1.3em;
}
.leftText {
	text-align: left;
}
.centerImage {
	display: block;
    margin-left: auto;
    margin-right: auto 
}
.centerText {
	margin-left: auto;
	margin-right: auto
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.oneColFixCtrHdr #container #mainContent .fltlft {
	margin-right: 1em;
}
.oneColFixCtrHdr #container #mainContent .fltrt {
	margin-left: 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
a {
	color: #663300;
}
a:link    {
	color: #663300;
	text-decoration: none
}
a:visited   {
	color: #333333;
	text-decoration: underline;
}
a:hover  {
	color: #333300;
	text-decoration: underline;
}
a:active  {
	color: #663300;
	text-decoration: underline
}
h1 {
	font-family: "Zapf Chancery", "Lucida Calligraphy", Georgia, Times, "Times New Roman", serif;
	font-size: 2.25em;
	color: #333300;
	margin-top: 0em;
}
h2 {
	font-family: "Zapf Chancery", "Lucida Calligraphy", Georgia, Times, "Times New Roman", serif;
	font-size: 1.9em;
	color: #333300;
}
h3 {
	font-family: "Zapf Chancery", "Lucida Calligraphy", Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #333300;
}
lefttext {
	text-align: left;
	margin: 150px;
	padding: 150px;
}

