@charset "utf-8";
body {
	background-color: #4A0C17;
	margin: 0px;
	padding: 0px;
}
#print {
	position: relative;
	visibility: visible;
}
#container {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#container #header {
	position: absolute;
	visibility: hidden;
}

#container   #nav {
	margin: 0px;
	padding: 0px;
	height: 36px;
	text-align: center;
	position: absolute;
	visibility: hidden;
}
#container #contents {
	padding: 0px;
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F0A14;
	border-left-color: #440B14;
}
#container #contents #banner {
	position: absolute;
	visibility: hidden;

}

#container #contents #contact {
	position: absolute;
	visibility: hidden;

}


#container #contents #text {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: auto;
}
#container #contents #text a {
	color: #D37F8F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#container #contents #text a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-style: solid;
}

#container #contents #text h1 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #d37f8f;
	font-weight: normal;
	text-decoration: none;
	font-size: 32px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #contents #text h1 a {
	color: #CC9900;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #contents #text h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container #contents #text p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #contents #text h2 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #contents #text h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#container #contents #text table {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#container #contents #text table td {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 50%;
}
#container #contents #text #map {
	width: 550px;
	height: 400px;
}
#container #contents #text #subnav {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
#container #contents #text ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#container #contents #text img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #contents #text .buttons {
	float: right;
	padding: 0px;
	height: 44px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: auto;
	visibility: hidden;
}
#container #contents #text .buttons img {
	float: left;
	visibility: hidden;
}





.map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}




#container #footer {
	position: absolute;
	visibility: hidden;

}
