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

body {
	background-color: #FFFFFF;
	background-image: url(images/lighthouse_background.jpg);
	background-repeat: repeat;
}

.tableBack {
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(images/lighthouse_site_background.gif);
}

.bottomBar {
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(images/lighthouse_site_bottombar.gif);
}

.infoBox {
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(images/info_background.gif);
}

.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.galleryThumb {
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(images/gallery_thumbcontainer.gif);
}