.bloc_video_rows, .blank_row, .news_row, .bottom_row  {
  overflow:hidden;
  height:1%;
    }
.smallcalendar {
    background-image:url(../Images/Calender.png);
    background-repeat:no-repeat;
    text-align:center;
    width:70px;
    height:70px;
    overflow:hidden;
    float:left;
    margin:10px 0 0 15px;
    }
.smallcalendar_day {
    font-family:Tahoma;
    padding-top:10px;
    font-size:22px;
    line-height:22px;
    font-weight:bold;
    color:#b50015;
    }

.smallcalendar_month {
    padding-top:5px;
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    color:#FFC721;
    }

.smallcalendar_date {
    float:left;
    margin:10px 0 0 10px;
    font-family:Georgia, Times, Serif;
    font-size:18px;
    line-height:49px;
    font-weight:bold;
    color:#666;
    }
.news_listing {
    width:580px;
    margin-left:100px;
    margin-top: -35px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    }
.news_desc {
font-family: georgia;
font-size: 14px;
line-height: 32px;
margin-right: 100px;
}
.news_desc a {
color: #0066cc;    
}
.news_desc a:hover {
text-decoration:underline;
color: #d72f3e;
}
