@charset "UTF-8";
#container {
	position: relative;
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #33441a;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container #header {
	position: relative;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	height: 273px;
	background-image: url(images/background_header.gif);
	background-repeat: repeat-y;
}
#header #headerImage {
	position: relative;
	height: 208px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#header #nav {
	height: 33px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/background_nav.gif);
}
#body #leftColumn {
	position: absolute;
	width: 223px;
	left: 0px;
	background-color: #faffe9;
	height: 371px;
	background-image: url(images/background_left_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
h1 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #094501;
	display:inline;
	font-weight: normal;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #5c1f1a;
	display:inline;
	font-weight: bold;
	line-height: 16px;
}
#container #contentText #footer {
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #f1efd0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #682420;
	border-bottom-color: #682420;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6957;
}
h3 {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #094501;
	display:inline;
	font-weight: bold;
	line-height: 16px;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #5e5b4c;
	display:inline;
	font-weight: normal;
	line-height: 16px;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5e5b4c;
	display:inline;
	font-weight: bold;
	line-height: 16px;
}
#container #bottom {
	height: 28px;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #siteBody {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.clearFloat {
	clear: both;
}
#container #footer {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6957;
	background-color: #f1efd0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #682420;
	border-bottom-color: #682420;
	margin-bottom: 20px;
	height: 25px;
}
#container #headerBottom {
	width: 807px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 11px;
	background-color: #CDC7A6;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6957;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6957;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A0B09;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6957;
}
a.normal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6c6957;
}
a.normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6c6957;
}
a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9A0B09;
	text-decoration: none;
}
a.normal:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6c6957;
}
#container #footer #footerRight {
	right: 5px;
	position: absolute;
	top: 7px;
}
#container #footer #footerLeft {
	position: absolute;
	width: 400px;
	left: 5px;
	top: 6px;
}
#siteBody #bodyLeftColumn {
	position: absolute;
	width: 223px;
	background-color: #FAFFE9;
	left: 0px;
	top: 0px;
	background-image: url(images/background_left_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #siteBody #bodyRightColumn {
	position: relative;
	width: 556px;
	right: 0px;
	float: right;
	background-color: #FAFFE9;
	background-image: url(images/backgroundBody.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #siteBody #bodyRightColumn #mainContent {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/background_main_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.photo {
	margin-right: 6px;
	margin-bottom: 0px;
}
