/*Css file for Water Street Meditation website - Contact page **/


.banner{
	background-image: url(../images/LogoPhotos/snow_berries.jpg);
	background-repeat: no-repeat;
}

/** Main Content Area **/
.mainContentWrapper{
	font-size: 90%;
}

.mainContentWrapper a{
	color: white;
}

/** Sidebar Area **/
.sidebarWrapper{
	top: 150px;
}
.sideBox{
	background-image: url(../images/WebsiteImages/background_sidebar_yellow.png);
	font-size: 20px;
	
}

#logoClipL{
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 15;
}
#logoClipR{
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 15;
}