/* CSS Document */

#contentHolder {
	overflow: hidden;
	position: relative;
	left:10px;
	top:0px;
	width:560px;
	height:415px;
	z-index:100;
}
html>body #contentHolder {
	overflow: hidden;
	position: relative;
	left:48px;
	top:0px;
	width:560px;
	height:415px;
	z-index:100;
}
div#wn {
	overflow: hidden;
	position:absolute;
	width:560px;
	height:415px;
	clip:rect(0px,560px,415px,0px);
	z-index:1;
}
div.content { 
	position:absolute;
	left:0px; top:0px; 
	width:560px;
	z-index:1; 
}
#scrollHolder {
	position:relative;
	left:3px;
	top:0px;
	width: 20px;
	height: 415px;
}
html>body #scrollHolder {
	position:relative;
	left:10px;
	top:0px;
	width: 20px;
	height: 415px;
}
#scrollbar { 
  position:absolute; left:0px; top:0px;
  width:14px; height:160px; 
  font-size:1px; z-index:1;
  }
#track {
	position:absolute;
	left:0px;
	top:16px;
	width:14px;
	height:381px;
	background: url(../images/track2.gif) repeat-y;
	z-index:1;
	/*border: 1px solid BCAF86;*/
  }
#dragBar {
	position:absolute;
	left:0px;
	top:0px;
	width:14px;
	height:20px;
	z-index:1;
	background: url(../images/dragbar.gif) repeat-y;
	/*background: #BCAF86;*/
  }  
#up { position:absolute; left:0px; top:0px; z-index:2 }  
#down {
	position:absolute;
	left:0px;
	z-index:3;
	top: 397px;
}  
#lyr1 p a {
	font-weight:bold;
	color: #FFFFFF;
}
#lyr1 p a:hover {
	color:#FFDF1B;
}
#lyr1 a:visited {
	color:#FFFFFF;
}
#lyr1 a:active {
	color:#FFFFFF;
}
#lyr1 h1 a {
	font-weight:bold;
	color: #FFFFFF;
}
#lyr1 h1 a:hover {
	color:#FFDF1B;
}
#lyr1 h1:visited {
	color:#FFFFFF;
}
#lyr1 h1:active {
	color:#FFFFFF;
}

