
.content_text {
    padding: 30px 0 40px;
    position: relative;
}


.cleared {
    zoom: 1;
}
.cleared:after {
    display: block;
    clear:both;
    content: '';
}

.content_text h2,
.content_text h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}
.content_text_l {
    width: 62%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 0%;
    float: left;
}
.content_text_r {
    width: 35%;
    margin: 0 -10000px 0 0;
    position: relative;
    left: 65%;
    float: left;
}
.content_text_r p {
    margin: 0 0 0.5em;
}
.content_text_r_w {
    min-height: 186px;
    margin: 0 0 20px;
    padding: 30px 0 0 170px;
    background: url('/r/doctor3.png') no-repeat 0 0;
}

.content_text_r_button {
    padding: 20px 0;
    text-align: center;
}

.person_text {
    font-size: 12px;
    font-style: italic;
    color: #666;
}
.person_text .i-link {
    font-size: 12px;
    font-style: italic;
}

.ill {
    width: 625px;
    height: 145px;
    margin: 30px 0;
    padding: 0px 0 0px 0px;
    background: url('/r/med_il.jpg') no-repeat 0 100%;
    font-size: 13px;
    font-style: italic;
    position: relative;
}
.ill div {
    width: 200px;
    position: absolute;
    top:20px;
}


.gray_wrap {
    margin: 0 -40px -20px;
    padding: 10px 40px 70px;
    background: #f2f1ef;
}

.picture img {
    box-shadow: 0 6px 8px #6da7b3;
}






