html
{
    background: #aaa;
    font-family: sans-serif;
}

body
{
    min-width: 800px;
    width: 75%;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #ccc;
}

#header
{
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 1.5em;
    padding: 0.4em 1em;
    background: #000;
    color: #F0F0C0;
}

#footer
{
    margin: 0;
    border-top: 1px solid #ccc;
    padding: 0.5em 1.25em;
    background: #cef;
    font-style: italic;
    font-size: 80%;
    position: relative;
}

div.sidebar
{
    width: 9em;
    float: left;
    padding: 1em;
    color: #DDDDDD;
 
}

.sidebar a:link
{
    color: #FFFFFF;
}

.sidebar a:visited
{
    color: #FFFFFF; 
	text-decoration:none;
}

.sidebar a:hover
{
    color: #C6C394;
    text-decoration: none;
}

.content
{
    background: #FFF;
    border-left: 11em solid #95322C;
    padding:1em;
}

.concent h4 { color: white; font-family: 'Arial',sans-serif; background: #f2f2d8; font-size: 12px; padding-right:0px; }
.content h3 { color: white; font-family: 'Arial',sans-serif; background: #CFCF9E; font-size: 12px; padding-right:0px; }


.content:after
{
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

p:first-child, p.first-child
{
    margin-top: 0;
}

div.disclaim
{
    padding: 10px;
    font-family: sans-serif;
    font-size: 0.8em;
    background: #88B9FC;
    margin-top: 50px;
    text-align: justify;
}

div.disclaim a
{
    color: #422DCE;
    font-weight: bold;
}

a
{
    color: blue;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.content p
{
    text-align: justify;
    color: black;
    text-indent: 1.5em;
}

.games
{
    border: 2px #888 dotted;
    padding: 5px;
    margin-top: 20px;
}

.games div
{
    text-indent: 1.5em;
}

#theader
{
    text-align: center;
    background: #C0C2F2; 
}

#theader td
{
    border-right: 1px black solid;
    border-bottom: 1px black solid;
}

.tcell
{
    border-right: 1px black solid;
    padding-left: 10px   
}

table#games
{
    width: 97%;
    border: 1px black solid;
    margin: 0 auto;
    border-collapse: collapse;
}

#theader td
{
    border-right: 1px black solid;
    border-bottom: 1px black solid;
}
.date2 { display: none; }

.gold {color: #bc8f4b; }
.white {color:#FFFFFF; float:right; margin-top: 15px; padding-right: 10 px; } 
.bold {font-weight:bold; }
