/*******************************************************/
/*********************C O N T E N T*********************/
/*******************************************************/
.read-more a{
    width: 130px;
    height: 25px;
    background: url(standard/images/read_more.png) no-repeat top center;
    cursor: pointer;
    display: block;
    float: left;
}
.read-more a:hover{
    background: url(standard/images/read_more.png) no-repeat bottom center;
}
.home-block{
    width: 520px;
    margin: 10px auto;
    padding: 15px;
    background: url(standard/images/gr.jpg) repeat-x top center;
    border: #f2f1e9 1px solid;
    text-align: right;
}
.home-block a{
    display: inline-block;
    vertical-align: top;
    width: 157px;
    text-decoration: none;
    margin: 20px auto;
    text-align: center;
    padding: 5px;
    padding-bottom: 30px;
    border: #fff 1px solid;
}
.home-block a:hover{
    background: #f3f2ea url(standard/images/more.jpg) no-repeat bottom center;
    border: #e8e6d6 1px solid;
}
.home-block a img{
    padding: 4px;
    border: #ccc 1px solid;
    display: inline;
    vertical-align: middle;
}
.home-block a h2{
    padding: 4px;
    font: 900 20px arial;
    color: #cd3e13;
    margin: 5px;
}
.home-block a p{
    font: 12px tahoma;
    color: #666;
    margin: 5px;
    text-align: right;
    text-align: justify;
}














