#news{
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: left;
	width: 53%;
	font-size: 80%;
	color: #555;
}

#news h1{
	font-size: 110%;
	font-weight:bold;
	color: #333;
}

#news h2,#news h3{
	font-size: 100%;
	font-weight:bold;
	color: #333;
}

.newsbox{
	width: 100%;
	margin: 10px 0;
	border-bottom: #555 dotted 1px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.newsbox .img{
	margin-right: 10px;
	float: left;
	width: 120px;
}

.newsbox .text{
	float: left;
}


.newsbox:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.date{
	font-size: 80%;
	color: #333;
}