html {
    background: #000 url(../cmsimages/games-background.jpg) center -45px no-repeat;
}

#content {
    font: 2.5em/2 arial, sans-serif;
    color: #b9baa5;
    position: relative;
    width: 560px;
    opacity: .9999;
}

#content_2 { margin: 72px 0px 0px 12px; }
#content_2 ul.games {
    width: 215px;
    float: right;
    position: relative;
    top: -211px;
}



/*      lines       */
.line-1 {margin: 0px 0px 7px 0px;}
.line-2 {margin: 0px 0px 12px 35px;}
.line-3 {margin: 0px 0px 7px 0px;}
.line-4 {margin: 0px 0px 9px 0px;}
.line-5 {margin: 0px 0px 14px 71px;}
.line-6 {margin: 0px 0px 4px 0px;}
.line-7 {margin: 0px 0px 0px 36px;}

.line-1, .line-2, .line-3, .line-4, .line-5, .line-6, .line-7 {word-spacing: 2px;}


/*      Styles      */
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.caps {text-transform: capitalize;}
.font-smaller {font-size: .8em;}
.font-larger {font-size: 1em;}
.italic {font-style: italic;}



#content_2 h1 {
    background: url(../cmsimages/h1.gif) left center no-repeat;
    padding-left: 24px;
    color: #9b4430;
    font: 2.5em Arial, Sans-serif;
    text-transform: uppercase;
    font-style: italic;
    width: auto;
}
.hrh1 {
    position: relative;
    top: -3px;
    width: auto;
    margin: 0px 0px 20px 24px;
    height: 1px;
    width: auto;
    border: none;
    background: #9b4430;
}
.games li {
    background: url(../cmsimages/games-ul-line.png) left center no-repeat;
    border-left: 1px solid #a25546;
    padding: 0px 0px 8px 14px;
    list-style: none;
}
    .games li.first { background: url(../cmsimages/games-ul-first.png) left bottom no-repeat; border: 0px; }
    .games li.last { background: url(../cmsimages/games-ul-last.png) left top no-repeat; border: 0px; }
    .games li img {border: 1px solid #4d5755; }


.scores {
    margin: 0px 200px 0px 25px;
}

.scores table {float: left; margin: 0px 30px 15px 0px; width: 160px;}

.scores td.title {
    font: 2em Arial, Sans-serif;
    color: #707e91;
    text-transform: uppercase;
    padding: 0px 0px 2px 0px;
    }
.scores td {
    font: 1.7em arial, sans-serif;
    color: #b9baa5;
    padding: 0px 10px 0px 0px;
}

#reusablecontentarea {top: 970px;}
