/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#hold{ 
	position:relative; 
	overflow:hidden;
	width:250px; height:362px; 
	z-index:1000; 
}

div#wn	{ 
	position:absolute; 
	left:15px; top:0px; 
	width:210px; height:362px; 
	clip:rect(0px, 210px, 362px, 0px); 
	overflow:hidden;	
	z-index:1100; 
}

div#hold{
	position: relative;
}

div.content { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1200; 
	width:210px;
}

div#up{
	position: absolute;
	left: 0;
	top: 0;
	z-index:1100;
}

div#down{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:1100; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */

div#scrollbar { 
	position:relative; left:235px; top:0;
	width:11px; height:352px; 
	font-size:1px;
	z-index:1100; 
}

div#track { 
	position:relative; left:0; top:11px;
  	width:11px; height:330px;
  	background: url('images/track.gif') #A63A22 repeat;
	z-index:1100; 
}

div#dragBar {
	position: absolute;
	top: 1px; left: 1px;
	width:9px; height:20px;
	background-color:#540E01;
	z-index:1100; 
}  

#right_text
{
	text-align: left;
	width: 95%;
	height: 340px;
}