/* CSS Document */
html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:76%; /*set default font size */
	font-family:georgia, "palatino linotype", "times new roman", serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
	}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	}
#content {
	/* for the "other" browsers */
	overflow:auto; /* add scroll bars as necessary */
	position:absolute; /* position absolutely */
	z-index:1; /* If required to cover any other divs */
	top:108px; /* a value to miss the header */
	bottom:30px; /* a value to miss the footer */
	left:150px; /* a value to miss any navigation div */
	right:0; /* this will put the scroll bar at the right of the page */
	background:#e1e1e1; /* set the background color */
	padding-left: 10px;
	padding-right:10px;
	border-top: 1px solid #000;
	}
* html #content {
	/* for IE */
	height:100%; /* full screen height */
	width:100%; /* full screen width */
	top:0; /* place the content at the top */
	left:0; /* and left of the body */
	border-top:109px solid #000; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom:30px solid #fff; /*add a bottom border to miss the footer 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left:150px solid #fff; /*add a left border to miss any navigation div 
				(this is SUBTRACTED from the 100% width on quirks mode) */
	padding-left: 10px;
	padding-right:10px;
	z-index:1;
	}
#head {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:108px; 
	/*background:url(clouds.jpg) #000;*/ 
	background:#bebebe; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-size:4em; 
	z-index:5; 
	overflow:hidden; 
	color: #c46729;
;
	}
#foot {
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:30px; 
	font-size:1em; 
	z-index:5; 
	overflow:hidden; 
	background:#bebebe; 
	color:#fff;
	}
#left {
	position:absolute;
	left:0;
	text-align:right; 
	line-height:0px;
	top:108px; 
	bottom:30px; 
	width:150px; 
	z-index:4; 
	overflow:auto;
	padding-top:3px; 
	}
* html #left {
	height:100%; 
	top:0; 
	bottom:0; 
	border-top:108px solid #fff; 
	border-bottom:30px solid #fff; 
	color:#fff;
	text-align:right; 
	line-height:27px;
	padding-top:3px; 
	}
#left2 {
	position:absolute;
	left:0;
	text-align:right; 
	line-height:0px;
	top:108px; 
	bottom:30px; 
	width:149px; 
	z-index:2; 
	border-right: 1px solid #000;
	overflow:auto; 
	background:#bebebe;
	overflow:hidden; 
	}
* html #left2 {
	z-index:2; 
	height:100%; 
	width:150px; 
	top:0; 
	bottom:0; 
	border-top:108px solid #fff; 
	border-bottom:30px solid #fff; 
	border-right: 1px solid #000;
	color:#fff;
	text-align:right; 
	line-height:27px;
	background:#bebebe;
	overflow:hidden; 
	}
#left3 {
	position:absolute;
	left:0;
	text-align:center; 
	top:108px; 
	bottom:30px; 
	width:149px; 
	z-index:2; 
	border-right: 1px solid #000;
	overflow:auto; 
	background:#bebebe;
	overflow:hidden; 
	}
* html #left3 {
	z-index:2; 
	height:100%; 
	width:150px; 
	top:0; 
	bottom:0; 
	border-top:108px solid #fff; 
	border-bottom:30px solid #fff; 
	border-right: 1px solid #000;
	color:#fff;
	text-align:center; 
	background:#bebebe;
	overflow:hidden; 
	}
.ENP2006_SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}
.ENP2006_SmallText a, .ENP2006_SmallText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c46729;
	text-decoration:none;
	}
.ENP2006_SmallText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
	}
.ENP2006_NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.ENP2006_NormalText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #c46729;
}
.ENP2006_NormalText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
.ENP2006_NormalText visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #c46729;
}
.red{color: #FF0000}
.green{color: #339900;}

.ENP2006_button {
/* bold, in Wim's orange... */
	color: #c46729;
	font-weight: bold;
}
.ENP2006_button_small {
/* bold, in Wim's orange... */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #c46729;
	font-weight: bold;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#c46729; 
	border:0;
}
.PageSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#c46729;
	/* border-bottom:2px dotted #000; */
}
.ENP2006_ProgrammeDayHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #c46729;
	text-decoration:none;
}
.ENP2006_ProgrammeTimeTextShaded {
	font-family: "Courier New", Courier, Monaco, monospaced;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	background-color: #c46729;
}
.ENP2006_ProgrammeLocationText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #c46729;
}
.ENP2006_TablePrices {
	font-family: "Courier New", Courier, Monaco, monospaced;
	font-size: 12px;
	font-weight: bold;
	color: #c46729;
}
.ENP2006_PadTop {
padding-top:5px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	}
.copyright a {
	color: #999999;
	text-decoration:none;
	}
.copyright a:hover {
	color: #000080;
	}