/* PRINT STYLES */
#menu, #homeSlideText, #galleryMenu, #footer, #credits, .contactForm{
	display: none;
}
#homeSlide{
	width: 450px;
	height: 295px;
	overflow: hidden;
}
#gallerySlides{
	width: 450px;
	height: 320px;
	overflow: hidden;
}
#gallerySlides img{
	border: solid 1px #000;
}
.featurePic, .customerPic{
	margin: 10px 0px;
}
.profilePic{
	display: inline;
	width: 100px;
	height: 150px;
	margin: 10px;
	text-align: center;
	float: left;
}
