BODY {
	font-family: Gill Sans, Trebuchet MS, Helvetica, Sans Serif;
	font-size: 9pt;
	font-stretch: wider;
	font-size-adjust: 1.09;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: white;
	margin: 0px;
	padding: 0px;
	background: url(../index/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;

	/*
	background-position: center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
 	scrollbar-3dlight-color : #D72217;
    	scrollbar-arrow-color : #FFFFFF;
 	scrollbar-darkshadow-color : #0B0B0B;
 	scrollbar-highlight-color : #FE665D;
 	scrollbar-shadow-color : #FFFFFF;
 	scrollbar-base-color : #D72217;
 	scrollbar-face-color : #0B0B0B;
	scrollbar-track-color : #FFFFFF;*/
	}

A:link {color: #000; text-decoration: none; font-weight: bold; font-size: 9pt;}
A:visited {color: #000; text-decoration: none; font-weight: bold; font-size: 9pt;}
A:hover {color: #333; text-decoration: none; font-weight: bold; font-size: 9pt;}
A:active {color: #333; text-decoration: none; font-weight: bold; font-size: 9pt;}

B, I, UL {
	font-family: inherit;
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	}

TABLE {	
	border: 0px solid #000000;
	border-style: none;
	margin: 0px;
	padding: 0px;
	}


TD {
	text-align: left;
	vertical-align: top;
	border: 0px;
	border-spacing: 0px;
	border: 0px solid #000000;
	padding: 5px;
	font-family: Gill Sans, Trebuchet MS, Helvetica, Sans Serif;
	font-size: 9pt;
	font-stretch: wider;
	font-size-adjust: 1.09;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: white;
	}

IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

OBJECT {
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}

DIV {
	font-family: Gill Sans, Trebuchet MS, Helvetica, Sans Serif;
	font-size: 9pt;
	font-stretch: wider;
	color: #000000;
	text-decoration: none;
	text-align: left;
	}


/* ID */

#idVincentWJ {
	position: absolute;
	top: 12px;
	left: 94px;
	}
	
#id2007 {
	position: absolute;
	top: 65px;
	left: 94px;
	}

#idMenu2007 {
	position: absolute;
	top: 117px;
	left: 94px;
	}

#idText {
	position: absolute;
	top: 65px;
	left: 135px;
	}

#idMenuText {
	position: absolute;
	top: 117px;
	left: 135px;
	}
	
#idSuppl {
	position: absolute;
	top: 65px;
	left: 188px;
	}

#idMenuSuppl {
	position: absolute;
	top: 117px;
	left: 188px;
	}
	
#idContact {
	position: absolute;
	top: 65px;
	left: 290px;
	}
	
#idAbtLeft {
	position: absolute;
	top: 120px;
	left: 95px;
	width: 320px;
	background-color: #ffffff;

	font-size: 8pt;
	text-align: justify;
	line-height: 1.3em;
	}

#idAbtRight {
	position: absolute;
	top: 120px;
	left: 465px;
	background-color: #ffffff;
	}


/* CLASS */

.clItem {
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	letter-spacing: 0.1em;
	}

.clMenu {
	visibility: hidden;
	z-index: 1;
	background-color: #fff;
	}

.clMenuItem {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 9pt;
	}


.clTracklist {
	font-size: 8pt; 
	margin-top: 20px;
	margin-left: 14px;
	}

.clHeader {
	font-size: 12pt;
	text-decoration: none;
	text-align: left;
	word-spacing: 0.3em;
	}

.clYear {
	font-size: 7pt;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0em;
	}

.clCredits {
	font-size: 6pt;
	font-stretch: normal;
	letter-spacing: 0em;
	}

.clContentImg {
	margin-bottom: 0px;
	border: 2px solid #eeeeee;
	}

.clContentImgNoBorder {
	margin-bottom: 15px;
	border: 0px solid #eeeeee;
	}

.warning {
	font-weight: bold;
}

/* LIGHTBOX */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
