#news-place {
	width:350px;
	height:280px;
	float:right;
	margin-right:64px;
	margin-top:12px;
	text-align:right;
	color:white;
}

.newsdata {
	float:right;
	overflow:hidden;
	position:absolute;
}
.newsdata .title {
	font-weight:bold;
	color:#4d2d0d;
	float:left;
	padding:2px 0px 0px 2px;
}
.newsdata .date {
	float:right;
	color:#c5a475;
	padding:3px;
	font-size:10px;
	line-height:12px;
}
.newsdata .body {
	text-align:justify;
	margin:3px;
	color:#e8dccb;
	margin-top:18px;
	overflow:hidden;
}
.newsdata .text {
}
a.newslink {
	color:white;
	text-decoration:none;
	border-bottom:1px dashed silver;
}
a.newslink:hover {
	border-bottom:1px dashed white;
}

.newsshade {
	position:absolute;
	background:#7a7365;
	opacity:0.8;
	filter: alpha(opacity = 80);
}
.newsh-top {
	background-repeat:repeat-x;
	background-image:url(images/shade-top.png);
	position:absolute;
}
.newsh-bottom {
	background-repeat:repeat-x;
	background-image:url(images/shade-bottom.png);
	position:absolute;
}
.newsh-left {
	background-repeat:repeat-y;
	background-image:url(images/shade-left.png);
	position:absolute;
}
.newsh-right {
	background-repeat:repeat-y;
	background-image:url(images/shade-right.png);
	position:absolute;
}



.newscr {
	height:100%;
	width:12px;
	margin-left:2px;
	float:right;
}
