.content-border-top {
    background-color:#FAE101;
}

.content-border-bottom {
    background-color:#FAE101;
}

.content-border-bar-bottom {
    background-color:#FAE101;
}

.inside-content {
    border-left:solid 7px #FAE101;
    border-right:solid 7px #FAE101;
}

#headline-position {
    position:relative;
    top:0px;
    left:10px;
    width:160px;
    z-index:3;
}

#headline-format {
    padding:10px 12px 10px 12px;
    background-color:#FAE101;
    z-index:3;
}

#headline-style {
    color:#000000;
    font-size:20px;
    font-weight:bold;
    font-style:italic;
}

#body-position {
    position:relative;
    top:0px;
    left:35px;
}

#body-format {
    position:relative:
    margin:50px;
}

#body-style {
    width:600px;
    font-size:13px;
    color:#000000;
}

.thin-bar-left {
    position:absolute;
    color:#FAE101;
    background-color:#FAE101;
    height:3px;
    width:30px;
    left:219px;
    top:170px;
    z-index:5;
}

.thin-bar-right {
    position:absolute;
    color:#FAE101;
    background-color:#FAE101;
    height:3px;
    width:475px;
    left:400px;
    top:170px;
    z-index:5;
}

.black-border {
    padding:5px;
    border:solid 1px #000000;
    text-align:center;
    font-weight:bold;
}


