body {
	background-color: #000000;
	text-align: center;
}

.container {
	background-color: #6C5C3E;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}

.container .masthead {
	height: 200px;
	background-color: #000000;
	background-image: url(../images/masthead/Logo.png);
	background-repeat: no-repeat;
	border: 1px solid #BEAD8B;
	margin-bottom: 10px;
}
.container .masthead .nav {
	color: #C8B99B;
	position: relative;
	top: 175px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding-left: 125px;
	text-align: left;
}
.container .masthead .nav a:link{
	color: #C8B99B;
	text-decoration: none;
}
.container .content {
	background-color: #BEAD8B;
	padding: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: left;
}

.container .content img{
	background-color: #BEAD8B;
	border: 1px solid #8D794D;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h2 {
	font-size: 100%;
	font-variant: small-caps;
	letter-spacing: .2em;
}


.container .content p{
	background-color: #BEAD8B;
	padding: 12px;
	font-size: 100%;
	line-height: 22px;
}

.container .masthead .nav a:visited {
	color: #C8B99B;
	text-decoration: none;
}
.container .masthead .nav a:hover {
	color: #EDE8DE;
	text-decoration: none;
}
.container .masthead .nav a:active {
	color: #C8B99B;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h3 {
	font-size: 100%;
	margin: 0px;
}
iframe#contact{
	padding: 8px;
}
iframe#contact p{
	padding: 8px;
}
