#bg_top
{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 200px;
    width: 980px;
    background-image: url(/bg_top.png);
    z-index: 0;
}

#bg_top #banner_text
{
    position: absolute;
    width: 790px;
    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: 800px;
    background-image: url(/article_bg.png);
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

#comment
{
    position: relative;    
    top: 20px;
    left: 20px;
    width: 760px;
    font-variant:normal;
}

#table_header
{
    position: relative;
    top: 30px;
    left: 20px;
}

.header_cell
{
    padding:2px;
    width: 37px;
    height: 40px;    
    text-align: center;
    font-weight: bold;       
}

#table_table
{
    position: relative;
    top: 20px;
    left: 15px;
}                                         

.player_number
{
    padding: 2px;
    width: 20px;
    height: 10px;
    text-align: center;
}

.player_cell
{
    padding:2px;
    width: 350px;
    height: 40px;    
    padding-left: 10px;
}

.player
{
    height: 50%;
}

.player_name
{
    padding:2px; 
    width: 280px;
    position: absolute;
    text-align: left;
    font-weight: bold;
}

.player_phone
{
    font-weight: normal;     
}

.player_rating
{
    padding:2px; 
    width: 340px;
    position: absolute;
    text-align: right;
}

.club
{
    vertical-align: bottom;
    width: 100%;
    height: 50%;
    text-align: left;
    padding-left: 20px;
    width: 240px;
    font-style: italic;
}

.round_cell
{
    padding:2px;
    width: 35px;
    height: 40px;    
}

.white_opponent
{
    font-size: x-small;
    vertical-align: top;
    width: 100%;    
    height: 40%;
    text-align: right;
}

.black_opponent
{
    font-size:x-small;    
    vertical-align:top;
    width:100%;
    height: 40%;
    text-align:left;        
}

.score
{
    text-align:center;
    width:100%;
    height: 60%;
    font-weight: bold;
}

