﻿#content .left
{
    float: left;
    width: 280px;
    padding: 0 5px 0 54px;
}
#content .left .block
{
    padding: 20px 20px 0 20px;
    margin-bottom: 25px;
    width: 250px;
	height:552px;
}
#content .left .block h3
{
    color: #ed2125;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}
#content .left .block p
{
    padding: 0;
    font-size: 13px;
}
#content .left .yellow h3
{
    margin: 0 0 20px 0;
}
#content .left .yellow p
{
    margin: 0 0 20px 0;
}
#content .left .yellow
{
    background: transparent url(../image/news/yellow-block.png) no-repeat;
}

#content .right
{
    float: right;
    width: 585px;
    padding: 0 54px 0 5px;
}
#content .right .block
{
    width: 530px;
    padding: 20px 30px 0px 30px;
	height:553px;
}
#content .right .block h3
{
    color: #ed2125;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

#content .right .white
{
    background: transparent url(../image/profile/white-block.png) no-repeat;
}