#news,
#news_items,
#news_scroll
{
	height: 486px;
}

#news
{
	float: left;
	/*width: 310px;*/
	margin-top: 4px;
	margin-left: 10px;
	font-size: 9px;
}

#news_items
{
	overflow: hidden;
	float: left;
	/*width: 273px;*/
	width: 181px;
}
	
	#news_items .archive_item
	{
		cursor: pointer;
		text-transform: uppercase;
	}
	
	#news_items .archive_item,
	#news_items .archive_empty
	{
		padding-bottom: 5px;
		padding-left: 10px;
		font-size: 10px;
		font-weight: bold;
	}
	
	#news_items .archive
	{
		display: none;
	}
	
	#news_items .archive_spacer
	{
		clear: both;
		height: 20px;
	}

#news_scroll
{
	float: left;
	width: 9px;
	margin-top: 2px;
	margin-right: 14px;
}

#side_right
{
	float: left;
	/*width: 533px;*/
	width: 649px;
	height: 486px;
	font-size: 11px;
	line-height: 18px;
}

	#text
	{
		float: left;
		overflow: hidden;
		width: 626px;
/*		width: 602px;*/
		height: 100%;
	}
	
	#text_image
	{
		margin-top: 25px;
		margin-bottom: 5px;
		margin-right: 15px;
	}
	
	#text_scroll
	{
		float: right;
		width: 9px;
		height: 100%;
		margin-left: 2px;
	}

	#scroll_fix
	{
		position: absolute;
		width: 630px;
		height: 30px;
		margin-top: 6px;
		margin-left: 352px;
		background-color: #fff;
	}