@charset "utf-8";

#history_container-left {
    position:           relative;
    width:              800px;
    float:              left;
}
#history_container-right {
    position:           relative;
    float:              left;
}

.history_section div {
    position:           relative;
    padding:            10px 0 10px 20px;
    float:              left;
}

.history_section h2 {
    text-align:         center;
    font:               bold 16px arial, sans-serif;
    padding-bottom:     14px;
    color:              #6CF;
}

.history_section h4 {
    position:           relative;
    float:              left;
    height:             100px;
    width:              80px;
    vertical-align:     middle;
    font:               italic bold 22px serif;
    color:              #F60;
}

.history_section p {
}

.history_pics {
    padding-top:        35px;
    width:              160px;
}

.history_pics img {
    border:             5px inset #F60;
    margin:             0 0 62px 0;
}
