#wrapper{
    width: 100%;
}

.header_outer{    
    width: 100%;    
}

header{    
    margin: auto;
    position: relative;
}

.content .content_width{
    position: relative;
}
.content .content_width .content_right_bg{
    width: 23.6%;
    background: #f8f8f8;
    border-left: 2px solid #e2e2e2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    z-index: -1;
}
.content .content_width .content_left{
    width: 72.3%;
    float: left;
}
.content .content_width .content_right{
    width: 23.6%;
    float: right;
    position: relative;
    padding: 20px 0;
}