﻿
h1 {
    color: #9c3d0f;
    font-size: 26px;
    text-align:center;
    margin-top:40px;
    font-weight:normal;
}

h2 {
    color: #2c1305;
    font-size:18px;
    opacity:.9;
    text-align:center;
}

p {
    color: #2c1305;
    letter-spacing: .1px;
    margin: 2px 0 10px 0;
    font-size:24px;
    line-height:36px;
    text-align:center;
    opacity:.9;

}

ul {
    font-size: 24px;
    color: #2c1305;
    letter-spacing: .1px;
    line-height: 36px;
    opacity: .9;
}

.info_block{
    margin:0 140px 100px 140px;
}

.info_img{
    float:right;
    margin:20px 0 0 40px;
    width:400px;
}

#about_img {
    position: absolute;
    bottom: 100px;
    right: 0px;
    /*opacity: .9;*/
    z-index: 102;
    width:400px;
}

.body_note{
    text-align:justify;
    font-size:24px;
    margin:0 0 20px 0;
}

.ref {
    vertical-align: middle;
    font-size: smaller;
}