 /*horyzontal position*/
div.horizontal240{
	float: left;
	width: 100%;
	margin-top: 2px;
	border-bottom:1px #663300 dotted ;
    height:80px;
    overflow: hidden;
}
/*class for image*/
div.dgm_img240{
	float: left;
	padding: 0;
	margin: 0 1px 1px 2px;
	width:33%;
	max-width:100%;
	height:auto;
	
}
/*class for news*/
div.dgm_news240{
padding-right:1px;
	text-align: left;
	margin-top:1px;
	float:right;
	width:63%;
	
}

