/*
company

*/
*{ margin:0 0;}

#news .article_title {
    background: url(/images/panel_title.gif) -7px -8px no-repeat;
	_background: url(/images/panel_title.gif) -7px -9px no-repeat;  /*IE6*/
	margin: 10px 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
}
#sidebar_left .sidebox_title h3 {
             border-bottom: 1px dotted #DDD;
			 color: #000;
			 font-size: 13px;
			 font-weight: bold;
			 padding-left: 10px;
}
#sidebar_left .sidebox_content ul li a {
                   color: #000;
				   font-size: 12px;
}
#news .article_content img {float: right; margin: 10px;}
#content {padding-right: 10px;}
#content .article_content p {line-height: 24px;}
