div.SimplePageLayoutOuter {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutBackgroundOuter { 
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	
	/*
	background-image: url(/app/media/backgrounds/coverPhoto.jpg);
	filter: grayscale(100%);
	opacity: 0.1;
	*/
	
	/*
	background-color: #61443c;
	opacity: 0.1;
	background-color: #fafaff;
	*/
	background-color: #f0f0f0;
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutBackgroundOuter 
div.SimplePageLayoutBackgroundInner { 
	
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutInner { 
    display: inline-block;
    position: relative;
    z-index: 2;
    min-height: 500px;
    text-align: center;
    width: 80%;
    max-width: 1050px;
    min-width: 600px;
    overflow: visible;
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutInner 
div.SimplePageLayoutContainerOuter { 
	display: block;
	position: relative;
	overflow: visible;
	margin-top: 35px;
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutInner 
div.SimplePageLayoutContainerOuter 
div.SimplePageLayoutContainerBackgroundOuter {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	
	/*
	background-image: url(/app/media/backgrounds/coverPhoto.jpg);
	opacity: 0.3;
	*/

	background-color: #fff; 
	opacity: 1;
	
	/*
	background-color: #eee;
	*/
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutInner 
div.SimplePageLayoutContainerOuter 
div.SimplePageLayoutContainerBackgroundOuter 
div.SimplePageLayoutContainerBackgroundInner {
	
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutInner 
div.SimplePageLayoutContainerOuter 
div.SimplePageLayoutContainerInner { 
	display: block;
	position: relative;
	z-index: 2;
	min-height: 400px;
}
div.SimplePageLayoutOuter 
div.SimplePageLayoutInner 
div.SimplePageLayoutContainerOuter 
div.SimplePageLayoutContainerInner 
div.SimplePageLayoutActualContent { 
	
}
