.news{
	overflow: hidden;
	position: relative;
	height: auto;
	width: 720px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.news_header{
	overflow: hidden;
	position: absolute;
	width: 760px;
	height:50px;
	left:0px;
	top:0px;
	background-image: url(Site_img/news/news_header.gif);

	background-position: left top;
}
.news a{
	text-decoration:none;
	font-style:italic;	
	color:#FF6600;
}
.news_item{
	position: relative;
	height: auto;
	width: 100%;
	float: left;
	margin-bottom:10px;
}
.news_avatar{
	position: absolute;
	height: 25px;
	width: 25px;
	left: 0px;
	top: 0px;
}
.news_title{
	position: relative;
	width:100%;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ae0404;
	line-height: 25px;
	padding-right: 1%;
	padding-left: 1%;
	background-image: url(./Site_img/news/newskop.gif);
}
.news_time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #ae0404;
	position: absolute;
	top: 3px;
	right: 5px;
}
.news_message{
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:  #FFFFAE;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	line-height: 15px;
	text-align: left;
	display: block;
	float: none;
	clear: both;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFAE;
	padding-bottom: 5px;
	padding-top: 5px;
}

.news_image{
	display: block;
	float: left;
	position: relative;
	height: auto;
	width: auto;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}