	/* Infinite gratitute to Matthew James Taylor for his IE-proof liquid layouts: http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-widths */

	/* column container */
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		min-width:100px;
		[if lte IE 6]>
		width:800px;
		<![endif]
	}
.colmask a, .colmask a:visited {
	color:#AE0000;
	text-decoration:none;
	font-weight: bold;
}

.colmask a:active, .colmask a:hover {
	color:#FA2A03;
	text-decoration:none;
	font-weight: bold;
}
.colmask a, .colmask a:visited {
	color:#AE0000;
	text-decoration:none;
	font-weight: bold;
}

.colmask a:active, .colmask a:hover {
	color:#FA2A03;
	text-decoration:none;
	font-weight: bold;
}

	/* common column settings */
.colleft,
.colmid,
.colright {
		float:left;
		width:100%;
		position:relative;
	}
.col1,
.col2,
.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	/* 3 Column settings */
.threecol {
		background-color:#F3CC89;		/* right column background colour */
		border-right: solid #6E0000 4px;
		border-left: solid #6E0000 4px;
	}
.threecol .colmid {
		right:25%;			/* width of the right column */
		background-color:#fff;		/* center column background colour */
		border-right: solid #6E0000 4px;
		}
.threecol .colleft {
	background-color: #F2E199;	/* left column background colour */
	border-right: solid #6E0000 4px;
	right:50%;
		}
.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		position:relative;
	}
.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


	/* 3 Column settings */
.threecollisting {
		background-color:#F3CC89;		/* right column background colour */
		border-right: solid #6E0000 4px;
		border-left: solid #6E0000 4px;
	z-index: 10;
	}
.threecollisting .colmid {
		right:20%;			/* width of the right column */
		background-color:#F7F7B9;		/* center column background colour */
		border-right: solid #6E0000 4px;
	z-index: 11;
		}
.threecollisting .colleft {
	background-color: #F2E199;	/* left column background colour */
	border-right: solid #6E0000 4px;
	right:60%;
	z-index: 12;
		}
.threecollisting .col1 {
		width:56%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		position:relative;
	z-index: 13;
	}
.threecollisting .col2 {
		width:16%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	z-index: 14;
	}
.threecollisting .col3 {
		width:16%;			/* Width of right column content (column width minus padding on either side) */
		left:90%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	z-index: 15;
	}


	/* 2 Columns with 2-col table settings */
.twocoltabl {
		background-color:#FFFFCC;		/* right column background colour */
		border-right: solid #6E0000 4px;
		border-left: solid #6E0000 4px;
	}
.twocoltabl .colmid {
		background-color:#F3CC89;		/* center column background colour */
		}
.twocoltabl .colleft {
		right:75%;			/* width of the middle column */
		background-color:#F2E199;	/* left column background colour */
		border-left: solid #6E0000 4px;
		border-right: solid #6E0000 4px;
	}
.twocoltabl .col1 {
		width:72%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		position:relative;
	}
.twocoltabl .col2 {
		width:24%;			/* Width of left column content (column width minus padding on either side) */
		left:4%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

	/* 2 Columns with 2-col table settings, wider left column */
.twocoltabl2 {
		background-color:#FFFFCC;		/* right column background colour */
		border-right: solid #6E0000 4px;
		border-left: solid #6E0000 4px;
	}
.twocoltabl2 .colmid {
		background-color:#F3CC89;		/* center column background colour */
		}
.twocoltabl2 .colleft {
		right:70%;			/* width of the middle column */
		background-color:#F2E199;	/* left column background colour */
		border-left: solid #6E0000 4px;
		border-right: solid #6E0000 4px;
	}
.twocoltabl2 .col1 {
		width:67%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		position:relative;
	}
.twocoltabl2 .col2 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:4%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

div#TopCenter {
	float:left;
	width:100%;
	height:100%;
	z-index:3;
	background-color: #F7F7B9;
	border-right: solid #6E0000 3px;
	overflow: hidden;
	}
div#TableLeftCol {
	float:left;
	width:49%;
	height:100%;
	z-index:2;
	background-color: #F7F7B9;
	border-top: solid #6E0000 3px;
	border-right: solid #6E0000 3px;
	word-wrap: break-word
	}
div#TableRightCol {
	float:left;
	width:49%;
	height:100%;
	z-index:3;
	background-color: #F7F7B9;
	border-top: solid #6E0000 3px;
	word-wrap: break-word
}
div#headerbackground {
	margin: 0px;
	height: 165px;
	float:left;
	width: 100%;
	border: solid #6E0000 4px;
	z-index: 1;
	background-color: #F7F7B9;
} 
div#header-left {
	background-color: transparent;
	background-image: url(../images/banners/lbanner-tour.gif);
	background-repeat: no-repeat;
	background-position: left;	
	z-index: 2;
	height:165px;
	width:572px;
	top:4px;
	left:4px;
	position:absolute;
	visibility: visible;
	}
div#header-right {
	background-color: transparent;
	background-image: url(../images/banners/rbanner-tour.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:165px;
	top:4px;
	right:6px;
	position:absolute;
	z-index: 3;
	width: 414px;
	} 
div#stripbackground {
	clear:both;
	float:left;
	background-color:#990000;
	margin: 0px;
	width: 100%;
	z-index: 4;
	border-left: solid #6E0000 4px;
	border-right: solid #6E0000 4px;
} 
.VillageBox {
	clear:both;
	float:left;
	background-color: #F7F7B9;
	border: groove #FFCC99 2px;
	width: 95%;
	z-index: 30;
	padding: 4px;
	margin: 4px;
	white-space: normal;
	padding-top: 3px;
	}
.VillageBar {
	float:left;
	background-image: url(../tour/images/gradient_bar.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 4px;
	width: 100%;
	font-size: 100%;
	padding-left: 4px;
	padding-top: 4px;
}
.VillageImg {
	float:right;
	padding: 2px;
}
.VillageDesc {
	float:left;
	width: 66%;
}
.HighRoadLight {
	color: #DD7D36;
	font-weight: bold;
}
.HighRoadDk {color: #BA4C25; font-weight: bold; }
.HighRoadDkItal {color: #BA4C25; font-weight: bold; font-style: italic;}
.tree{
	clear:both;
	float:left;
	width: 100%;
	padding: 4px;
	margin: 4px;
}
.tree a, .tree a:link, .tree a:visited, .tree a:active, .tree a:hover{
		color: #000000; 
		text-decoration: none; 
		font-family: Tahoma, Verdana; 
		font-size: 12px
		}
