body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 1.3em;
	color: #121212;
	text-align: left;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: bcbcbc;
	text-align: center;
}
.footer {
	color: #9d9d9d;
	padding-top: 15;
	padding-right: 50px;
	padding-bottom: 15;
	padding-left: 50px;
	text-align: center;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7fbfc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f7fbfc;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #f7fbfc;
	padding: 0 0px 0 0px;  /* 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. */
}
.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 {
	background: #f7fbfc;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f7fbfc;
	font-size: 0.8em;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {
	color: #a81353;
}
#contactform input.fields, #contactform textarea {
	width: 186px;
	padding: 2px;
	border: 1px solid #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#paypalform {
	position: relative;
	left:3px;
	top: 10px;
}.disclaimer {
	font-size: 75%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.error {
	color: #a81353;
}
.more_line_spacing {
	line-height: 1.6em;
}
