.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-right: 30px;
	font-style: normal;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #003;
	margin-right: 40px;
}
.credited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: right;
	padding: 3px;
	line-height: 20px;
	margin-right: 35px;
	font-style: normal;
}
.homebkg {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(site_images/BKG_HOME.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 5px;
}
.contactbkg {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(site_images/bkg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.davebkg {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(site_images/bkg_dave.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.testamonialsbkg {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(site_images/bkg_testamonials.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.productsbkg {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(site_images/bkg_products.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

