#wrapper {
    width: 100%;
    background-color: #472727;
}

#content {
    width: 960px;
    background-color: #772525;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 75px;
    background-color: #c4bbbb;
    text-align: center;
    margin-bottom: 15px;
}

#main-content {
    width: 100%;
    padding-left: 25px;
}

.pinkshiz {
    margin: 0 0 0 13px;
    width: 180px;
}

#left-box {
    width: 200px;
    height: 735px;
    background-color: #957b7b;
    display: inline-block;
    vertical-align: top
}

#impact {
    width: 500px;
    display: inline-block;
}

.text-box {
    width: 500px;
    height: 300px;
    background-color: #c4bbbb;
    display: inline-block;
    margin-bottom: 1px;
}

#picaroos {
    display: inline-block;
    margin-left: 48px;
    margin-top: 8px;
}

#chatter {
    display: inline-block;
    width: 280px;
    margin: -10px 0 0 10px;
}

#picaroos2 {
    display: inline-block;
    margin-left: 45px;
      margin-top: 8px;
}

#chatter2 {
    display: inline-block;
    width: 280px;
    height: 1px;
    margin: -10px 0 0 10px;
}

.text-box {
    width: 500px;
    height: 200px;
    background-color: #957b7b;
    display: inline-block;
}

#pics {
    width: 100%;
    margin: 15px 0;
}

#img1-box {
    width: 240px;
    height: 300px;
    background-color: #A3485A;
    display: inline-block;
}

#img2-box {
    width: 240px;
    height: 300px;
    margin-left: 15px;
    background-color: #A3485A;
    display: inline-block;
}

#right-box {
    width: 200px;
    height: 735px;
    background-color: #957b7b;
    display: inline-block;
    vertical-align: top
}

footer {
    width: 100%;
    height: 75px;
    background-color: #A3485A;
    text-align: center;
}
