@charset "UTF-8";
html {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-arrow-color: #111111;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #555555;
	scrollbar-3d-light-color: #666666;
} 
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: auto;
	text-align: center;
	background-color: #000000;
	background-attachment: fixed;
}
.stylesheet #container {
	width: 782px;
	border: 1px solid #444444;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.stylesheet #logo {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/mysticdream.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 782px;
	height: 208px;
}
.stylesheet #navBar {
	text-align: center;
	width: 782px;
	height: 35px;
}
.stylesheet #subNav {
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
	height: 22px;
	font-size:12px;
	width: 782px;
	background-image: url(images/subnav.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.stylesheet #sideBar {
	text-align: left;
	width: 160;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	background-color: #111111;
	font-size:11px;
	padding-left: 5px;
}
.stylesheet #main {
	text-align: left;
	width: 602;
	padding-left: 10px;
	padding-right: 20px;
	font-size:12px;
}
.stylesheet #footNav {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stylesheet #footer {
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
blockquote {
	background-color: #222222;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	font-size:12px;
	margin-top: 10px;
	width: 522px;
	padding: 5px 5px 5px 5px;
}
big { 
	font-size: 12px;
	font-weight: bold;
}
small {
	font-size: 10px;
}
.form {
	margin: 0px 0px 0px 0px;
}
.button { 
	border: 1px #304030 solid;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000; 
}
.input { 
	border: 1px #304030 solid;
	font-family: Arial;
	font-size: 12px;
	color: #330033;
	background-color: #DDDDDD;
}
body,td,th {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF66;
}
a:active {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 2px;
}
h2 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.noline {
	text-decoration: none;
}
.tourtd {
	border-top: 1px #999999 solid;
}
.tourtable {
	border: 1px #FFFFFF solid;
	font-family: Arial;
	font-size: 11px;
}