/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.logo_table { background-color: #119900; }
.logo_house {
	padding-bottom:4px;
	padding-top:4px;
	width: 270px;
	font-size: 12px; }
.logo_title {
	width: 500px; }
	
.navcell {
	width: 200px;
	background-color: #990033;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}
.navcell span {
	font-weight: normal;
}
.navcell a {
	color: #FFFFFF;
	text-decoration: none; }
.navcell a:hover {
	color: #FFFFFF;
	text-decoration: none; }
	
.bodycell {
	width: 570px;
	background-image: url(images/house_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodycell_2 {
	width: 570px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodycell_3 {
	width: 570px;
	background-image: url(images/tour_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodycell_4 {
	width: 570px;
	background-image: url(images/events_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bodycell p {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold; }
.bodycell_2 p {
	margin-left: 10px;
	margin-right: 10px; }
.copycell {
	padding-top: 10px;
	padding-bottom: 10px; }

dl { margin-left: 10px; }
dt { font-weight: bold; }
dd { margin-bottom: 20px; }

.about1 {
	margin-left: 10px;
	margin-bottom: 4px; }
.title {
	font-size: 24pt;
	color: #ffffff; }
.tag {
	font-size: 12pt;
	color: #ffffff;
	font-style: italic; }
.page {
	font-size: 16pt;
	color: #990033;
	font-weight: bold;
	font-style: italic; }