* { margin: 0px; padding: 0px; }

body {
    background: #808080 url('../img/background.jpg') repeat scroll top left;
    font-family: sans-serif;
    font-size: 0.75em;
}

div#body {
}

div#header {
    background: transparent url('../img/top.jpg') no-repeat scroll top left;
    height: 200px;
}

div#left {
    float: left;
    width: 205px;
    background: transparent url('../img/left.jpg') repeat-y scroll top left;

    padding-left: 50px;
}

div#left ul {
    list-style: none;
    width: 150px;
    }
    
div#left ul li {
    border: 2px inset #b8c7d9;
    width: 150px;
    color: white;
    background-color: #274462;
    margin: 0.3em 0px;
    }
    
div#left ul li:hover, div#left a:hover {
    background-color: #fb9600;
    }

div#left a {
    text-decoration: none;
    width: 140px;
    padding: 0.5em 5px;
    font-weight: bold;
    color: white;
    display: block;
}    

div#main {
    background: transparent url('../img/left.jpg') repeat-y scroll top left;
    padding-left: 255px;
    margin: 0px 50px 0px 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
    
div#main div.content {
    background: white;
    border: 2px solid #fb9600;
    padding: 1em;  
    margin: 0.5em 0em; 
    -moz-border-radius: 1em;
    border-radius: 1em;     
}

div#main div.content div.articlemeta {
    font-size: smaller;
    font-style: italic;
    padding: 1em 0em 0em 1em;
    text-align: right;
}

div#main h1, div#main h2, div#main h3, div#main h4 {
    color: #274462;
    }

div#main ul {
    margin-left: 2em;
}

div#main h3 {
    margin-top: 0.6em;
}    

div#main p {
    margin-top: 0.3em;
}    

div#main table.standings {
    background-color: white;
    font-size: smaller;
}

div#main th {
    background-color: #d0d0d0;
    text-align: left;
}

div#main td {
    padding: 0.3em 0.3em 0.3em 0.1em;
}

div#main table.entries {
    border: solid 2px black;
}

div#main table.entries th {
    padding: 0px 1em 0px 1em;
    background: #d0d0d0;
    text-align: left;
}
    
div#main table.entries td {
    padding: 0px 1em 0px 1em;
}

div#main div.sponsor {
    margin-top: 1em;
    margin-bottom: 2em;
}

div#footer {
    clear: both;
    background: transparent url('../img/bottom-left.jpg') no-repeat scroll top left;
    height: 100px;
    padding-top: 15px;
    padding-left: 255px;
    margin-right: 50px;
    font-size: 90%;
    font-weight: bold;
}

div#footer hr {
    background-color: #274462;
    border: 1px solid #274462;
    color: #274462;
    height:2px;
    }
    
