#bg_top
{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 200px;
    width: 900px;
    background-image: url(bg_top.png);
    z-index: 0;
}

#bg_top #banner_text
{
    position: absolute;
    width: 710px;
    top: 35px;
    left: 190px;
    color: black;
    font-size: x-large;
    font-variant: small-caps;
    font-family: Georgia;
    text-align: center;
}

#bg_left
{
    position: absolute;
    left: 10px;
    top: 210px;
    width: 190px;
    /*height: 650px;*/
    background-image: url(bg_left.png);
    z-index: 0;
}


#bg_left #navigation_left
{
    position: absolute;
    left: 30px;
    top: 0px;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
    padding:1px;
    z-index: 1;
    text-align: left;
}

a.left_nav:link 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:active 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:visited 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:hover 
{
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}

#content
{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 720px;
    background-image: url(article_bg.png);
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

.event
{
    width: 175px;
    text-align: left;
}

.date
{
    width: 75px;
    text-align: left;
}

.result
{
    width: 50px;
    text-align: center;
}

a:link 
{
    color: #3F6572;
    text-decoration:none;
}

a:active 
{
    color: #3F6572;
    text-decoration:none;
}

a:visited 
{
    color: #3F6572;
    text-decoration:none;
}

a:hover 
{
    color: #B22222;
    text-decoration:none;
}

#table_games
{
    position: absolute;
    top: 10px;
    left: 20px;
}