div#headerbackground {
	margin: 0px;
	height: 126px;
	position: absolute;
	width: 99%;
	border: solid #6E0000 3px;
	z-index: 1;
	left: 0px;
	top: 0px;
} 
div#header-right {
	background-color: transparent;
	background-image: url(../graphics/banners/rbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:123px;
	top:0px;
	right:-6px;
	positon:absolute;
	z-index: 2;
	} 
div#stripbackground {
	background-color:#696c30;
	margin: 0px;
	height: 67px;
	position: absolute;
	width: 99%;
	z-index: 2;
	top: 126px;
	border: solid #6E0000 3px;
} 
div#header-left {
	background-color: transparent;
	background-image: url(../graphics/banners/lbanner-tour.gif);
	background-repeat: no-repeat;
	background-position: left;	
	z-index: 3;
	height:123px;
	width:802px;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 3;
	visibility: visible;
	}
div#strip-right {
	width:100%;
	height:67px;
	top:-3px;
	right:0px;
	positon:absolute;
	z-index: 2;
	visibility: visible;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../graphics/banners/strip3.jpg);
	background-position: right;
	} 
div#strip-left {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../graphics/banners/strip2.jpg);
	background-position: left;
	z-index: 3;
	height:67px;
	width:802px;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 3;
	}
div#CircNumber {
	float:left;
	font-size: medium;
	font-weight: bold;
	background-image: url(../tour_files/circle.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	padding-top: 0px;
	text-align: bottom;
	float: left;
}
div#SqNumber {
	float:left;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../tour_files/square.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
div#HexNumber {
	float:left;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../tour_files/hexagon.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
div#StarNumber {
	float:left;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../tour_files/star.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
a#num:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a#num:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a#num:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a#num:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
.SiteName {
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.SiteInfo {
	font-size: small;
	color: #6E0000;
	font-weight: bold;
}
.SiteDesc {
	color: #666633;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.SiteMail {
	color: #000000;
	font-size: small;
	font-weight: normal;
}
