body {
	font-family: Georgia, serif;
	font-size: 95%;
}

header {
	max-width: 940px;
	padding-bottom: 20px;
}

header img {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

header h1 {
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1.5;
	color: #68959E;
}

h1 {
	font-weight: normal;
	font-style: none;
	text-align: center;
	letter-spacing: 1.5;
	color: #FFF;
}

h2 {
	font-weight: normal;
	font-style: italic;
	color: #9CB5B5;
}

p {
	color: #495151;
}

a {
	color: #68959E;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color: #9CB5B5;
}

article {
	padding-bottom: 10px;
}

dd {
	color: #495151;
}

dt {
	color: #68959E;
	margin-top: 10px;
	font-size: 110%;
}

.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}

.container {
	max-width:900px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFF;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.subtitle {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 140px;
}

.subtitle-wrapper {
	position: relative;
}

/* ----------------------------------Main Site Nav--------------------------*/
.sitenav {
	text-align: center;
	max-width: 790px;
}
	.sitenav ul {
		margin-top: 0;
		margin-bottom: 0;
		display: inline-block;
	}
		.sitenav li {
			list-style: none;
			float: left;
			margin-left: 20px;
			margin-right: 20px;
			font-size: 130%;
		}
		.sitenav a {
			font-style: normal;
			text-decoration: none;
			display: block;
			color: #9CB5B5;
		}
			.sitenav a:hover {
				color: #68959E;
			}
/* -------------------------------End Main Site Nav--------------------------*/

.home-gallery img {
	padding: 40px;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.main-content {
	padding-top: 20px;
	padding-bottom: 30px;
}

.article-image {
	float: right;
	max-width: 400px;
	padding: 10px;
	box-sizing: border-box;
}

.article-image2 {
	float: right;
	max-width: 300px;
	padding: 10px;
	box-sizing: border-box;
}

.frame {
	border: 1px solid #B1CCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}


footer {
	color: #B1CCCC;
	border-top: 1px solid #B1CCCC;
	text-align: center;
}

footer p {
	color: #B1CCCC;
}

.title {
	background-image: url("images/mosaic.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	padding-top: 3px;
}

.images-column {
	float: left;
	max-width: 33.332%
}

.images-column img {
	max-width: 95%;
}

.padding {
	padding: 5px;
}

.gallery {
	margin-top: 40px;
}

.smallprint {
	color: #B1CCCC;
	font-style: italic;
}