

html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 125%;
	line-height: 120%;
}
hr{
	margin-top:26px;
}
a{
	color: #9a052e;
	text-decoration: none;
}
a:hover{
	color: #191784;
}
}
a:active{
	color: #191784;
}
header{
	background-image:
		url(../images/frontLg.png);
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	min-height: 350px;
	width:100%;
	border-bottom: 14px solid black;
	margin:0;
	padding: 0;
}
.main{
	background-image: 
		url(../images/background.png);
	background-repeat: repeat;
	background-position: center center;
	width: 100%;
	min-height: 100%;
	/*margin-top:3px;*/
	/*padding: 15px 0 0 0;*/
}
section, footer{
	width:85%;
	margin: auto;
	background-color: #dcd9d9;
	border-left: 4px solid #cc0071;
	border-right: 4px solid #cc0071;
	padding: 25px;
}
.logo{
	margin: auto;
	width:238px;
	display:block;
	margin-top: -157px;
	margin-bottom:25px;
}
.mContent{
	width: 95%;
	margin: auto auto 30px auto;
}
.location{
	width: 95%;
	margin:auto;
	color: #191784;
	line-height: 70%;
	margin-top:30px;
}
.gallery{
	width: 90%;
	margin:25px auto 40px auto;
	padding-left: 3%
}
footer{
	background-color: #c1bfbf;
	margin-top:-2px;
}
.info{
	margin:auto;
	text-align: center;
}


