@charset "UTF-8";
* {
	vertical-align: baseline;
	font-weight: normal;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	background-color: #f0ebe1;
	background-repeat: repeat-x;
	background-image: url(Images/bg_sawdust.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3c2415;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 36px;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
#indexUpper {
	background-image: url(Images/index_upper.png);
	width: 990px;
	height: 182px;
	padding-top: 62px;
}
#indexUpper a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
}
#indexUpper a:hover {
	color: #dec9a7;
	text-decoration: underline;
}
#indexContent {
	width: 780px;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dec9a7;
	border-bottom-color: #dec9a7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	padding-top: 14px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #fff;
}
ul {
	list-style-type: square;
	line-height: 1.5em;
	list-style-position: inside;
}
#photoColumn {
	width: 290px;
	float: left;
	font-size: .9em;
	text-align: center;
	margin-right: 40px;
}
#indexLower {
	width: 990px;
	background-image: url(Images/index_lower.png);
	height: 286px;
	float: left;
	margin-bottom: 20px;
}
h1 {
	font-size: 1.4em;
	color: #3C2415;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0.75em;
	margin-bottom: .3em;
}
h2 {
	font-size: 1.2em;
	color: #a97c50;
	margin-bottom: 0.3em;
}
p {
	font-size: 0.9em;
	line-height: 1.4em;
}
a {
	text-decoration: underline;
	color: #8b5e3c;
}
.ImgLeft {
	margin-right: 40px;
	float: left;
}
#footer {
	background-color: #3c2415;
	width: 100%;
	margin-bottom: 0px;
	height: 200px;
	padding-bottom: 0px;
}
#footerContent {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #dec9a7;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#pagesUpper {
	background-image: url(Images/pages_upper.png);
	width: 990px;
	height: 182px;
	padding-top: 62px;
}
#pagesUpper a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
}
#pagesUpper a:hover {
	color: #dec9a7;
	text-decoration: underline;
}
h3 {
	font-size: 1.1em;
}
#map {
	float: right;
	height: 360px;
	width: 400px;
	margin-right: 30px;
	margin-left: 20px;
}
.follow-me-icons {
	font-size: 1.7em;
}
