@import url(http://fonts.googleapis.com/css?family=Fjalla+One|Kaushan+Script|Numans|Source+Sans+Pro:400,700,400italic,700italic);
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-image: url(images/grey3.jpg);
	font: 1em 'Source Sans Pro', sans-serif;
	letter-spacing: .05em;
}
.pageWrapper {
	max-width: 960px;
	margin: 20px auto 10px auto;
	padding: 20px;
	background-color: rgb(255,254,252);
	
	-webkit-box-shadow: 0 0 30px 12px rgba(0,0,0,.3);
	box-shadow: 0 0 30px 12px rgba(0,0,0,.3); 
	
	border: 1px solid black;
}
a {
	color: #4863A0;
	text-decoration: none;
}
a:visited {
	color: #9E7BFF;
}
nav a {
	color: rgb(86,123,168) !important;
}
nav a:hover {
	color: rgb(153,191,236) !important;
}
nav {
	margin: 15px 0 20px 0;
	text-align: center;
	background-color: #fdfdfd;
	background-image: -webkit-linear-gradient(top,#a6a6a6,#fdfdfd 30%, #fdfdfd 70%, #a6a6a6);
	background-image: -moz-linear-gradient(top,#a6a6a6,#fdfdfd 30%, #fdfdfd 70%, #a6a6a6);
	background-image: -o-linear-gradient(top,#a6a6a6,#fdfdfd 30%, #fdfdfd 70%, #a6a6a6);
	background-image: -ms-linear-gradient(top,#a6a6a6,#fdfdfd 30%, #fdfdfd 70%, #a6a6a6);
	background-image: linear-gradient(top,#a6a6a6,#fdfdfd 30%, #fdfdfd 70%, #a6a6a6);
	border-radius: 150px 30px;
}
nav a, nav p {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 2px;
	padding-right: 13px;
	text-decoration: none;
	font: small-caps 1.25em 'Source Sans Pro', sans-serif;
	color: #6d8199;
}
a[href="index.html"] {
	margin-left: 0;
}
a[href="homeit.html"] {
	padding-right: 0;
	border-right: none;
}
.currentPage {
	font-size: 1.5em;
	color: rgb(0,0,0);
}
.title_banner {
	width: 100%;
	text-align: center;
}
section h3 {
	margin: 30px 0 20px 0;
	text-align: center;
	font: 60px 'Numans', sans-serif;
	letter-spacing: -3px;
	word-spacing: -3px;
	/*font-variant: small-caps;
	color: rgb(0,0,0);
	text-shadow: -2px 2px 3px rgb(226,68,68);*/
}
section h4 {
	margin: 30px 15px 10px 15px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
.tnail_gallery section h4, .tnail_gallery section h5 {
	display: inline-block;
	margin-left: 15px;
}
.tnail_gallery section h4 {
	font-weight: 600;
}
.tnail_gallery section h5 {
	font-size: 1.2em;
	
	font-style: italic;
}
.tnail_gallery section p {
	margin: 20px 30px;
}
p {
	margin-bottom: 15px;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.bold_italic {
	font-weight: 700;
	font-style: italic;
}
.copyright {
	clear: both;
	margin: 40px 0 10px 0;
	padding-top: 10px;
	text-align: center;
	font-size: .8em;
	color: rgb(0,0,0);
	border-top: 1px solid rgb(102,102,102);
}
.tnail_gallery_photos {
	text-align: center;
}
.tnail_gallery_photos a {
	display: inline-block;
	margin: 10px;
}
.tnail_gallery_photos img {
	border: 1px solid rgb(0,0,0);
}
.nextGallery {
	float: right;
	margin-right: 100px;
	margin-top: 30px;
	font-size: 1.1em;
}