﻿body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #151716;
	background-attachment: fixed;
}
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	clear: both;
}
#title {
	clear: both;
	text-align: center;
	padding: 20px;
}
#title h1 {
	color: #FFFFFF;
	font-size: 400%;
	font-weight: normal;
	letter-spacing: 20px;
	margin: 0px;
	padding: 0px;
}
#content {
	clear: both;
}
#contentImages {
	text-align: center;
	margin: 0px;
	clear: both;
}
#contentImages img {
	border: 1px solid #FFFFFF;
	background-color: #A98D60;
	padding: 10px;
	margin: 10px 10px 0px 10px;
}
#navigation {
	margin: 0px;
	padding: 0px 22px 15px 22px;
	clear: both;
}
#navigation li {
	float: left;
	list-style-type: none;
}
#navigation li a {
	display: block;
	color: #BAA483;
	text-decoration: none;
	font-weight: bold;
	width: 250px;
	padding: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 120%;
}
#navigation li a:hover {
	background-color: #2D2922;
	color: #BAA483;
}
.navStyle {
	margin-left: 20px;
}
.clear {
	clear: both;
}
#mainContent {
	padding: 20px;
	background-color: #2E2E2A;
	color: #FFFFFF;
	margin: 40px 22px 22px 22px;
	overflow: hidden;
	font-size: 120%;
}
#charles {
	width: 200px;
	padding: 10px;
	float: left;
	display: inline;
}
#caitlin {
	width: 200px;
	padding: 10px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
#bethan {
	width: 200px;
	padding: 10px;
	float: left;
	display: inline;
}
#contactPhotos {
	text-align: center;
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#contactPhotos a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	background-color: #1F1F1D;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#contactPhotos a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #060606;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
h2 {
	background-color: #222220;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #51514A;
	border-bottom-color: #51514A;
	padding: 5px;
	font-size: 140%;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
