/**
*	CAUTION:	this file is deprecated!
*				- the three different scrolling frames should be moved to scrolling_[no].css
*				- text formatting styles shoud be spereated into template corresponding .css files
*				- ggod luck :)
*/

#content_1 {
	position:absolute;
	left:277px; top:15px;
	width:430px; height:457px;
	background:url(../img/bg_content_1.gif) no-repeat;
	font: 11px arial, helvetica, sans-serif;

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

}

#content_1 h1{
	border:0px; margin:0px;
	padding:1em 0em 0em 0em;
	font: bold 16px arial, helvetica, sans-serif;
	color:#ff0000;
}

#content_1 h2{
	border:0px; margin:0px;
	padding:1em 0em 0em 0em;
	font: bold 14px arial, helvetica, sans-serif;
	color:#000000;
}

#content_1 .header{
	font-size:12px; font-weight:bold;
	color:red;
}

#content_1 .text {
}


#content_1 div.friends_header {
	width:410px; height:45px;
	margin:0px 0px 6px 0px;
}
#content_1 div.friends_header img {
	margin:22px 0px 0px 123px;
}
#content_1 div.friend {
	width:410px; height:66px;
	margin:0px 0px 6px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#content_1 .friend p {
	border:0px;
	margin:0px;
	padding:4px 20px 0px 123px;
}
#content_1 .friend img {
	float:left;
	border:0px;
}

#content_1 .friend a {
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}

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


#scrolling_content {
	position:absolute;
	padding:25px;
}

#scrolling_content.friends {
	padding:0px;
	background: url(../../_common/img/bg_friends.gif) repeat-y 91px 0px;
}

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

#scroll_up {
	
}

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