/*Css file for Water Street Meditation website - About Us page **/


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

/** Main Content Area **/
.mainContentWrapper{
	padding-bottom: 10px;
}
.mainContentWrapper img{
	border: 2px inset #C0C3CA;
}
.us{
	margin-bottom: 30px;
	font-size: 14px;
}
.usImage{
	float: left;
	margin: 22px 20px 0px 10px;
}

/** Sidebar Area **/
.sideBox{
	width: 200px;
	margin: 20px;
}
#logoClipR{
	position: absolute;
	top: -36px;
	right: -20px;
	z-index: 15;
}
#logoClipL{
	position: absolute;
	bottom: -20px;
	left: -20px;
	z-index: 15;
}