/**
 @SECTION : Home
 **********************************************
 */
#news_container {
	height: 105px;
	padding-top: 12px;
}
	DIV.news {
		position: relative;
		float: left;
		height: 105px;
		background: url(../img/home/news_container_bg.gif) repeat-x;
	}
		DIV.news DIV.news_borderleft, DIV.news DIV.news_borderright {
			position: absolute;
			top: 0px;
			width: 1px;
			height: 105px;
			font-size: 0px;
			background: url(../img/home/news_container_border.gif) no-repeat;
		}
		DIV.news DIV.news_borderleft	{ left: 0px; }
		DIV.news DIV.news_borderright	{ right: -1px; }
		
		DIV.news DIV.news_content {
		}
			DIV.news_content DIV.news_block {
				float: left;
				height: 96px;
				padding: 9px 15px 0px 15px;
			}
			DIV.news_content H3 {
				padding-bottom: 7px;
				font-size: 12px;
				font-weight: bold;
			}
			DIV.news_content IMG.news_img {
				float: left;
				margin-right: 10px;
			}
			DIV.news_content DIV.news_data {
				font-size: 10px;
				color: #666666;
			}
				DIV.news_data_link {
					text-align: right;
				}
					DIV.news_data_link A {
						color: #970E17;
						text-decoration: underline;
					}
			DIV.news_block_sep {
				background: url(../img/home/news_block_sep.gif) no-repeat left bottom;
			}
				
		DIV.news_short DIV.news_block {
			padding-left: 10px;
			padding-right: 5px;
		}
		DIV.news_short IMG.news_img {
			margin-right: 6px;
		}
