body {
	background-image: url(images/background.jpg);
}
#divWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */


#divContentWrapper {
	width: 970px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #605A12;
	border-left-color: #605A12;
	background-color: #e2dcd2;
}
#divslideshow {
	height: 250px;
	width: 970px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5D5B12;
	border-left-color: #5D5B12;
}
#divHeader {
	width: 1000px;
	height: 130px;
}
#divHorizNavigation {
	height: 40px;
	width: 970px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5D5B12;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #60330E;
}
#divHorizNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#divHorizNavigation ul li {
	display: inline;
}
#divHorizNavigation ul li a {
	float: right;
	padding: 5px;
	height: 15px;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 10px;
}

#divHorizNavigation ul li a:link, #divHorizNavigation ul li a:visited {
	color: #605A12;
}
#divHorizNavigation ul li a:hover {
	color: #e2dcd2;
	background-color: #605A12;
}
#divHorizNavigation ul li.current a:link {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #605A12;
	padding-bottom: 3px;
}
#divFooter {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footerLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #E1DCD1;
	text-decoration: underline;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E1DCD1;
}
.footerCopyrightText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #E1DCD1;
}
.contentBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #60330e;
	font-weight: normal;
	line-height: 1.4em;
}
.contentHeader1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #60330e;
}
.contentBodysm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #60330e;
}
.contentLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5D5B12;
	text-decoration: underline;
}
.thumbnailBorder {
	border: 1px solid #5D5B12;
}
.contentH2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #60330e;
}
.contentBodyItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #60330e;
	font-weight: normal;
	line-height: 1.4em;
	font-style: italic;
}
.imgBorder {
	border: 1px solid #5D5B12;
}
