.bannerbg {
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0B315F;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #40A4DB;
}
.bgAbout {
	background-image: url(images/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgContact {
	background-image: url(images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgDirections {
	background-image: url(images/bg_directions.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgHome {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgServices {
	background-image: url(images/bg_services.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgTestimonials {
	background-image: url(images/bg_testimonials.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
