/* small box */
.small_box {
    margin: 10px 5px 10px 5px;
    width: 230px;
    height: 172px;
    float: left;
    border: 1px solid #000;
    background: #DFDFDF;
}

.title_smal_box {
    height: 30px;
}

.contain_small_box {
    padding: 5px;
    text-align: justify;
    height: 112px;
    overflow: auto;
}
/* medium box */
.medium_box {
    margin: 10px 5px 10px 5px;
    width: 472px;
    height: 172px;
    float: left;
    border: 1px solid #000;
    background: #DFDFDF;
}

.title_medium_box {
    height: 30px;
}

.contain_medium_box {
    text-align: justify;
    padding: 5px;
    height: 112px;
    overflow: auto;
}
/* large box */
.large_box {
    margin: 10px 5px 10px 5px;
    height: 172px;
    width: 715px;
    float: left;
    border: 1px solid #000;
    background: #DFDFDF;
}

.large_box_auto {
    margin: 10px 5px 10px 5px;
    padding-bottom: 6px;
    height: auto;
    width: 715px;
    float: left;
    border: 1px solid #000;
    background: #DFDFDF;
}

.title_large_box {
    height: 30px;
}

.contain_large_box {
    padding: 5px;
    text-align: justify;
    height: 112px;
    overflow: auto;
}
.contain_large_box_auto {
    padding: 5px;
    text-align: justify;
    height: auto;
    overflow: auto;
}
/* right boxess */
.right_information_box {
    width: 202px;
    border: 1px solid #000;
}

.title_right_information_box {
    color: #2A2A2A;
}

.contain_right_information_box {
    background: #DFDFDF;
}
/* othere stuff */
.link {
    float: right;
    padding-right: 10px;
}

.link a {
    text-decoration: none;
    font-size: 9px;
    color: #7E7E7E;
    padding: 5px 8px 5px 8px;
}

.link a:hover {
    padding: 5px 8px 5px 8px;
    color: #fff;
    background: #000;
}

#site_title_left a {
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #7E7E7E;
}

#site_title_left a:hover {
    padding: 5px;
    color: #fff;
    background: #000;
}