/*------------------------------------------------left--------------------*/
#forum{
	width:950px;
	float:left;
	/*background:url(images/right_panel_bg.gif) 0 0 repeat-y;*/
	background-color:#ffffff;
	border:#DDDDCA solid 2px;
	padding:5px 10px 6px 9px;
}
#forum p.forumTop{
	display:block;
	background:url(images/right_top.gif) 0 0 no-repeat;
	width:950px;
	height:26px;
}
#forum p.forumBottom{
	display:block;
	background:url(images/right_bottom.gif) 0 0 no-repeat;
	width:950px;
	height:20px;
	float:left;
}
#forum span.category{
	font-size:14px;
}
#forum span.thread{
	font-size:12px;
}
/*------------------------------------------------left--------------------*/
