@charset "utf-8";
/* CSS Document */

#news {
	padding:16px;
	position:relative;
	min-height:149px;
	height:149px;
	margin:0px 0px 15px 0px;
}

#first-entry {
	margin-right:10px;
}

#second-entry {
	right:11px;
}

.news-entry {
	width:356px;
	background-color:#e6e6e6;
	min-height:133px;
	height:133px;
	position:absolute;
	padding:8px;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:25px;
}

.read-more {
	display:block;
	background-image:url(../images/more.jpg);
	background-repeat:no-repeat;
	width:44px;
	height:14px;
	position:absolute;
	right:10px;
	bottom:8px;
}
.news-entry img {
	float:left;
}
.news-entry p {
	float:left;
	padding:8px;
	background-color:white;
	width:189px;
	margin:0 0 0 9px;
	height:92px;
	border:1px solid #f2f2f2;
}
.news-entry p strong {
	font-size:12px;
	color:red;
}
.news-entry p strong a {
	color:red;
}
.news-entry p strong a:hover {
	color:#999999;
}