@charset "utf-8";
/* CSS Document */
.header {
	padding:3% 3% 1% 3%;
	background-image: url(../siteImages/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
/*	-webkit-box-shadow: 0px 17px 97px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 17px 97px -1px rgba(0,0,0,0.50);
	box-shadow: 0px 17px 97px -1px rgba(0,0,0,0.50);*/
	margin-bottom: 6px;
}
.header img {
	min-width: 200px;
	max-width: 350px;
}
.photoBanner1 {
	background-image: url(../siteImages/photoBanner1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:150px;
	display: block;
}
.seperator {
	padding:15px;
	background: #dfe;
	margin-top: 10px;
	margin-bottom: 10px;
}

.review {
	padding:15px;
	background: #dfe;
	margin-top: -10px;
	margin-bottom: 10px;
	background-image: url(../siteImages/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
/*	-webkit-box-shadow: 0px 17px 97px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 17px 97px -1px rgba(0,0,0,0.50);
	box-shadow: 0px 17px 97px -1px rgba(0,0,0,0.50);*/
}
.review h2{
	color: #fff;
}
.stars{
	width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
	clear: both;
}
#icons {
	text-align: center;
}
#icons img {
	margin-right: 3px;
	margin-left: 3px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 67px;
	margin-left: 10px;
	vertical-align: middle;
}
.marginBottom {
	margin-bottom: 20px;
}
.marginTop {
	margin-top: 20px;
}
.marginLeft {
	margin-left: 20px;
}
.marginRight {
	margin-right: 20px;
}
.centreImage {
	text-align: center;
}
.paddingBottom {
	padding-bottom: 20px;
}
.paddingTop {
	padding-top: 20px;
}
.paddingLeft {
	padding-left: 20px;
}
.paddingRight {
	padding-right: 20px;
}
