#aboutus {
    margin: 10px;
    color: #0087E2;
    margin: 10px;
    padding: 20px 30px;
    -moz-border-radius: 10px;
}

#aboutus p {
    color: #333333;
    margin-left: 30px;
    margin-top: 20px;
    width: 450px;
}

#aboutus h1 {
    margin-left: 120px;
}

#aboutus h3 {
    float: right;
    margin-right: 80px;
}

.team-profile {
    float: left;
}

.team-profile img {
    border: 1px solid;
}
.team-name {
    margin: 10px 0px;
}

.speech-bubble {
    background-image: url('img/quote-new.png');
    background-repeat: no-repeat;
    height: 200px;
    width: 550px;
    padding: 10px;
}

.speech-bubble-right {
    background-image: url('img/quote-new-right.png');
    background-repeat: no-repeat;
    height: 200px;
    width: 550px;
    padding: 10px;
    margin-left: 300px;
}
