p {
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	padding-bottom: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

p a {
	text-decoration: none;
	color: #860a0e;
}

p a:hover {
	text-decoration: underline;
	color: #000;
}

h1 {
	font-size: 18px;
	font-family: 'PT Serif Caption', serif;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 16px;
}

h2 {
	font-size: 16px;
	font-family: 'PT Serif Caption', serif;
	color: #000000;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	
}

h3 {
	font-size: 15px;
	font-family: 'PT Serif Caption', serif;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 12px;
}

h4 {
	font-size: 14px;
	font-family: 'PT Serif Caption', serif;
	color: #000000;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

h5 {
	font-size: 13px;
	font-family: 'PT Serif Caption', serif;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	font-family: 'PT Serif Caption', serif;
	color: #000000;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

hr {
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	height:6px;
	border:0;
	background-color:#000;
	opacity:0.1;
}

#bodybgAbout {
	width: 100%;
	background-image: url(../../images/Layout/aboutbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}

#PageContent {
	clear: both;
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#ContentLeft {
	float: left;
	width: 440px;
	background-color:#FFF;
	background-color: rgba(246,246,246,0.9);
	padding-top: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 20px;
}

#ContentLeft p {
	text-align: left;
}

#ContentLeft h1 {
	text-align: left;
	color: #000000;
}

#ContentRight {
	float: left;
	width: 480px;
	
}

#ContentRight img {
	border:10px solid #FFF; border: 10px solid rgba(246,246,246,0.9);
	margin-left: 25px;
	margin-bottom: 20px;
}

#bodybgGallery {
	width: 100%;
	background-image: url(../../images/Layout/gallerybg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}

#GalleryTitle {
	width: 960px;
	background-color: rgba(246,246,246,0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'PT Serif Caption', serif;
	margin-bottom: 20px;
}

#GalleryOne {
	float: left;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#GalleryTwo {
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#GalleryThree {
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#GalleryFour {
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#GalleryOne img {
	border:10px solid #FFF; border: 10px solid rgba(246,246,246,0.9);
	margin-bottom: 20px;
}

#GalleryTwo img {
	border:10px solid #FFF; border: 10px solid rgba(246,246,246,0.9);
	margin-bottom: 20px;
}

#GalleryThree img {
	border:10px solid #FFF; border: 10px solid rgba(246,246,246,0.9);
	margin-bottom: 20px;
}

#GalleryFour img {
	border:10px solid #FFF; border: 10px solid rgba(246,246,246,0.9);
	margin-bottom: 20px;
}