/* forum */
#forum_content {
	position:		relative; 
	top:			0px; 
	left:			0px;	
	width:			208px; 
	height:			180px; 
}
#forum_list_back {
	position:		absolute;
	top:			2px;
	right:			2px;
	width:			202px;
	height:			85px;
	background-color:	#314951;	
	border:			1px solid #3D636E;
}
#forum_list_right {
	position:		absolute;
	top:			5px;
	right:			5px;
	width:			90px;
	height:			75px;
	
}	   
#forum_list_separator {
	position:		absolute;
	top:			5px;  
	right:			100px;
	width:			1px;
	height:			75px;
	background-image:	url('../../images/common/bg_dotv.gif');	
}
#forum_list_left {
	position:		absolute;
	top:			5px;
	left:			5px;
	width:			90px;
	height:			75px;
}
#forum_list_back .title {
	position:		absolute;
	top:			0px;
	right:			0px;
	font-weight:	bold;
	color:			#ED7A3C;	
	line-height:	12px;
}
#forum_list_back .list {
	position:		absolute;
	top:			11px;
	font-size:		11px;
	right:			0px;
	text-align:		right;	
}
#forum_list_back {
	color:			white;
	text-decoration:	none;	
}
#forum_list_back a:hover {
	text-decoration:	none;	
}
#forum_text {
	position:		absolute;
	top:			94px;
	right:			5px;
	width:			196px;
	height:			80px;
	text-align:		right;	
}