body {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 114.8%;
    color: #636261;
    background-color:#fff;    
}

#container {
    font-family: 'Roboto Condensed', sans-serif;
    width: 970px;
    margin: 0 auto 0 auto;
}

#header {
    width: 970px;
    height: 70px;
    float: left;
    border-top: 4px solid #f8f8f8;
    background-image: url(../images/backs/b8.png);
}

#header.cnt {
    border-left: 1px solid #bbb;
}

.content-holder {
    position: relative;
    width: 970px;
    height: 485px;
    padding: 2px;
    padding-right: 0;
    float:left;
    margin-bottom: 0px;
    border: 1px solid #bbb;
}

.content-holder.cnt {
    padding: 0px;
    border-bottom: 0;
    border-top: 0;
}

.content-holder.gi {
    border-right: 0;
}