#mainwrapper {
	background-color: #00691C;
	width: 640px;
	margin: 24px auto 0px auto;
	}

#header {
	height: 230px;
	border: 0;
	margin: 0;
	padding: 0;
	}

#bodycontent {
	background-color: #FFFFFF;
	margin: 0px 12px 12px 12px;
	padding: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	position: relative;
	padding-bottom: 36px;
	}

#footer {
	background-color: #FFFFFF;
	margin: 12px;
	padding: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 36px;
	}

#topleft {
	background-image: url(images/corner_top-left.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	float: left;
	}

#topright {
	background-image: url(images/corner_top-right.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	float: right;
	}

#pagetop {
	background-color: #00691C;
	height: 7px;
	width: 640px;
	}

#bottomleft {
	background-image: url(images/corner_bottom-left.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	float: left;
	}

#bottomright {
	background-image: url(images/corner_bottom-right.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
	float: right;
	}

#pagebottom {
	background-color: #00691C;
	height: 7px;
	width: 640px;
	}

#navbar {
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	}	

#navbar .navtab-first {
	background-image: url(images/navtab-first.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 24px;
	float: left;
	margin: 0;
	padding: 0;
	}

#navbar .navtab-middle {
	background-image: url(images/navtab-middle.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 19px;
	float: left;
	margin: 0;
	padding: 0;
	}

#navbar .navtab-last {
	background-image: url(images/navtab-last.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 11px;
	float: left;
	margin: 0;
	padding: 0;
	}

#navbar .navtab-body {
	background-color: #551C00;
	height: 23px;
	border-bottom: 1px solid #B9643A;
	float: left;
	margin: 0;
	padding: 0;
	}

#navbar .navtab-body a {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: auto auto;
	}

#navbar .navtab-body a:hover {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00691C;
	margin: auto auto;
	}

.photo {
	float: left;
	margin: 18px;
	}

.photo a img {
	border: 4px solid #00691C;
	}

.photo a:hover img {
	border: 4px solid #B9643A;
	}

h3 {
	border-top: 1px solid #00691C;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;

}

.attraction {
	margin-top: 19px;
	}

.attraction img {
	margin-right: 9px;
	}




