#about_us_top {
    position: relative;
    border-bottom: 1px solid;
    height: 200px;
}

#about_us_top_text {
     float: left;
     width: 800px;
}


#about_us_top_image {
   
    float: left;
    
    position: relative;
    margin: 50px 0 0 50px;
}

#content {
    height: 1000px;
}

.about_us_bottom {
     margin-top: 60px;
     width: 303px;
     height: 700px;
     float: left;
}
.about_us_bottom img {
    margin-top: 20px;
    margin-bottom: 20px
}


#about_us_bottom_left {
    padding-right: 22px;
}
#about_us_bottom_left h4 {
    color: #4FBCC1;
}

#about_us_bottom_middle {

    padding-left: 22px;
    padding-right: 22px;
}

#about_us_bottom_middle h4 {
    color: #FFCE00;
}
#about_us_bottom_right {
    padding-left: 22px;
}

#about_us_bottom_right h4 {
    color:#735074;
}