/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: Jamie Mitges
	Created: 2009-07-28
	Created by: Cindy Dochstader cindy@rkd.ca
------------------------------------------------------------------- */

body,
.BodyStyle { 
	background: #FFF url(none);
	color: #000;
	width:610px;
	}
	
#PrintHeader { display: block; }

#Wrapper { 
	margin: 0;
	width: 610px;
	padding-top:0;
	background-image: url(none) !important;
	}
	
#Content {
	width:610px;
	margin-top:20px;
	}
	
.TestimonialName {
	color:#000;
	}

textarea, input {
	border: 1px solid #555;
	}	

#Footer { 
	background:url(none);
	}
	.Container {
		width:610px;
		}

#Header, #SideBar, .MainImage, .NoPrint { 
	display: none; 
	}