#content .left-col,#content .right-col{
    min-height: 400px;
}
#content .left-col .entries{
    margin-bottom: 30px;
}
#content .left-col .entries h3,#content .left-col .search h3{
    line-height: 35px;
    background:#4372a0;
    color: #ffffff;
    text-indent: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#content .left-col  .divlink{
    background: #bdddf3;
    border: 1px solid #6aa0d6;
    border-top: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


#content .right-col .box{
    width: 100%;
}
#content .right-col .box p{
    line-height: 25px;
}
#content .right-col .box .cont-link{
    width: 100%;
    height: auto;
padding-top:15px;
    background: #f2f1ef;
border-top:1px solid #2a4b6c;
}
#content .right-col .box .cont-link img{
max-width:690px;
}