@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B4A25;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 100%;
	background-color: #3A3A3A;
	font-style: normal;
	font-weight: bolder;
}
#container  {
	width: 900px;
	text-align: left;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(Pics/WebImages/Header/Header.Footer/background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
}
#header  {
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #64361F;
	border-left-color: #64361F;
	text-align: right;
	border-top-width: thin;
	border-top-color: #64361F;
	background-image: url(Pics/WebImages/Header/Header.Footer/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 146px;
}
.mainContent  {
	width: 750px;
	padding-top: 0;
	padding-bottom: 15;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 65px;
	padding-left: 65px;
	text-align: justify;
}
#bsiheader {
	height: 70px;
	width: 900px;
	background-image: none;
	background-repeat: no-repeat;
}

#footer  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #64361F;
	border-bottom-color: #64361F;
	border-left-color: #64361F;
	background-image: url(Pics/WebImages/Header/Header.Footer/footer.jpg);
	height: 39px;
	background-repeat: no-repeat;
}
.image {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
	border: thin none #784027;
}
.headimage {
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #64361F;
	border-right-color: #64361F;
	border-bottom-color: #64361F;
	width: 700px;
	margin-right: 25px;
	margin-left: 25px;
	border-left-width: thin;
	border-left-color: #64361F;
}
