#news
{
    width: 99.5%;
    height: 90px;
    border-top:solid 1px #cebcf1;
    border-bottom:solid 1px #cebcf1;
    margin: 0 0 0 0;
    padding: 2px 0 0 2px;
    overflow: auto; 
}

#news dl
{
    margin: 0 0 0 0;
}

#news dl dt
{
	width:50px;
    float: left;
    margin-right: 5px;
    
    line-height: 120%;
}

#news dl dd
{
	width:570px;
	float: left;
    
    line-height: 120%;
}