.news {
 width: 570px;
 overflow: hidden;
}

.news .singlenew {
 width: 568px;
 margin-bottom: 20px;
}

.news h3 {
 margin-bottom: 0px;
}
.news .subtitle {
 margin-top: 0px;
 font-weight: bold;
 font-style: italic;
} 
.news .text {
 margin-top: 5px;
 float: left;
 width: 400px;
}
.news .image {
 margin-top: 5px;
 float: left;
 width: 170px;
 text-align: center;
}
.news img {
 border: 1px solid black;
}
.news .body {
 float: left;
 margin-bottom: 10px;
 width: 570px;
}
.news .footer {
 border-top: 1px dotted black;
 float: left; 
 width: 570px;
}

