@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;
	background-image: url(../images/bogybg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header  {
	background-image: url(../images/header.jpg);
	height: 199px;
}
#nav {
	background-image: url(../images/nav.jpg);
	height: 41px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent #headtext #indexheader {
	font-size: x-large;
}

#gallerylink {
	width: 240px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/linksbg.jpg);
	background-repeat: no-repeat;
	border-top-color: #733F34;
	border-right-color: #733F34;
	border-bottom-color: #733F34;
	border-left-color: #733F34;
	margin-left: 10px;
}
#tourlink {
	width: 240px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/linksbg.jpg);
	border-top-color: #733F34;
	border-right-color: #733F34;
	border-bottom-color: #733F34;
	border-left-color: #733F34;
	background-repeat: no-repeat;
}
#infolink {
	width: 240px;
	float: left;
	margin-left: 10px;
	background-image: url(../images/linksbg.jpg);
	background-repeat: no-repeat;
	border-top-color: #733F34;
	border-right-color: #733F34;
	border-bottom-color: #733F34;
	border-left-color: #733F34;
	margin-right: 10px;
}

#footer  {
	background-image: url(../images/footer.jpg);
	height: 33px;
	clear: both;
	width: 780px;
	text-align: center;
}
#mainlinks {
	padding-bottom: 10px;
	height: 100px;
}
#indexpicture {
	clear: both;
	margin: 5px;
	padding: 5px;
}

#mainContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 780px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 10px;
}
#mainContent {
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #663524;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#maintext p {
	margin-left: 5px;
	padding-left: 5px;
}


#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navlink {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	color: #FFFFFF;
	font-size: 70%;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	letter-spacing: 1px;
	background-color: transparent;
}
#nav a:hover {
	color: #C7CDA7;
	text-decoration: none;
	font-size: 70%;
	}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #FFFFFF;
	font-size: 70%;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	letter-spacing: 1px;
	background-color: transparent;
}
#details ul {
	font-size: small;
}
#details {
	clear: both;
	padding: 5px;
	margin: 5px;
}

#details h2 {
	font-size: medium;
	color: #663524;
}
#details h3 {
	font-size: medium;
	color: #663524;
}

#footer a:hover {
	color: #C7CDA7;
	text-decoration: none;
	font-size: 70%;
}
#navlinkfooter {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#mainContent h4 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #663524;
	font-size: large;
	margin: 0px;
	padding: 5px;
}
#mainlinks p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
#linktext {
	padding-right: 10px;
	padding-left: 10px;
}
#linktext2 {
	padding-right: 10px;
	padding-left: 10px;
}
#linktext3 {
	padding-right: 10px;
	padding-left: 10px;
}
#footer2 {
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#footer2 a:link {
	color: #002D62;
	text-decoration: none;
}
#footer2 a:hover {
	color: #006600;
	text-decoration: none;
}	
#thumbnails img {
	border: 1px solid #612D17;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#largeimage {
	height: 455px;
	width: 615px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mainlinks a {
	color: #663524;
	text-decoration: none;
}

#largeimage img {
	border: 1px solid #612D17;
}
#thumbnails {
	float: left;
	height: 465px;
	width: 125px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainContent h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	padding-left: 25px;
}
#mainContent h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	padding-left: 25px;
}
#sitemap h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	display: list-item;
	margin: 2px;
	padding: 2px;
}
#sitemap h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
}
#sitemap a {
	text-decoration: none;
	color: #6E352A;
}
#sitemap a:hover {
	text-decoration: none;
	color: #7B7A48;
}
#sitemap li {
	display: inline;
}
#mainContent h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #1B3A70;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#headtext {
	text-align: center;
	margin-right: 27px;
}
