#content_2 {
	position:absolute;
	left:277px; top:15px;
	width:430px; height:457px;
	background:url(../img/bg_content_2.gif) no-repeat;
	color:#ffffff;

/*	overflow:hidden; 		needed? see inner frame. */
/*	z-index:100; */

}

#content_2 .header_1{
	display:block;
	font-size:12px; font-weight:bold;
}
#content_2 .header_2{
	font-size:14px; font-weight:bold;
	color:#ff0000;
}
#content_2 .text {
	font-size:12px; font-weight:bold;
}

#frame {
	position:absolute;
	top:2px; left:2px;
	width:400px; height:453px; 
	clip:rect(0, 400px, 453px, 0);
	overflow:hidden;
	z-index:1;
}

#scrolling_content {
	position:absolute;
	width:364px;
	padding:25px 15px 25px 25px;
	text-align:center;
	font: 11px arial, helvetica, sans-serif;
}

#scrollbar { 
	position:absolute;
	right:2px; top:22px;
	width:21px; height:409px;
	z-index:2; 
}

#scroll_up {
	
}

#scroll_down {
	position:absolute;
	bottom:0px;	
}
  