    
    html, body {
        margin: 0;
        
        padding: 0;
        
        font-family: Arial, Tahoma, Verdana, serif;
        font-size: 80%;
        
        background-color: #222222;
    }
    
    #wrapper {
        width: 800px;
        
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
        
        border: 6px solid #000000;
        border-bottom-width: 0px;
    }
    
    .innertube {
        margin: 10px;
        margin-top: 0;
    }
    
    #header {
        height: 150px;
        
        background-image: url( "../files/banner.png" );
        background-repeat: no-repeat;
        
        border-bottom: 2px solid #000000;
    }
    
    #header a {
        height: 100%;
        display: block;
    }
    
    #contentwrapper {
        float: left;
        
        width: 100%;
        
        background-color: #CCCCCC;
        background-image: url( "../files/nav_bg.gif" );
        background-repeat: repeat-y;
        background-position: top left;
        
        min-height: 600px;
    }
    
    #sidebar {
        float: left;
        
        width: 200px;
        
        font-size: 100%;
        
        background-color: #000000;
        
        padding-right: 1px;
        
        margin-left: -801px;
        
        border-bottom: 25px solid #000000;
    }
    
    #sidebar .listheader {
        margin: 0;
        
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 0px;
        
        display: block;
        
        color: #CCCCCC;
        font-weight: bold;
        
        background-color: #000000;
        
        border: 1px solid #FF6666;
    }
    
    #sidebar ul {
        list-style-type: none;
        
        margin: 0;
        
        padding: 0;
    }
    
    .timelink {
        color: #FF6666;
    }
    
    a.nav1, a.nav1:visited, a.nav1:hover, a.nav1:hover:visited,
    a.nav2, a.nav2:visited, a.nav2:hover, a.nav2:hover:visited {
        text-decoration: none;
        
        padding-left: 15px;
        
        display: block;
    }
    
    a.nav1, a.nav1:visited, a.nav2, a.nav2:visited {
        color: #000000;
    }
    
    a.nav1, a.nav1:visited {
        background-color: #E5E5E5;
    }
    
    a.nav2, a.nav2:visited {
        background-color: #CCCCCC;
    }
    
    #content {
        margin-left: 200px;
    }
    
    #content h1, h2 {
        color: #CC0000;
        
        text-align: center;
    }
    
    #content div.news {
        margin-left: auto;
        margin-right: auto;
        
        width: 500px;
        
        background-color: #000000;
        
        padding: 2px;
    }
    
    #content div.news div.title {
        background-color: #000000;
        
        padding: 10px;
        padding-left: 5px;
        
        color: #FF6666;
        font-weight: bold;
        font-size: 120%;
    }
    
    #content div.news div.body {
        background-color: #FFFFFF;
        
        padding: 10px;
        padding-bottom: 20px;
        
        color: #000000;
        font-size: 110%;
    }
    
    #content div.news div.footer {
        background-color: #000000;
        
        padding: 2px;
        padding-left: 5px;
        
        color: #CCCCCC;
    }
    
    #footer {
        margin: 0;
        
        padding: 0;
        padding-left: 200px;
        padding-bottom: 2px;
        
        background-color: #000000;
        
        text-align: center;
        
        color: #999999;
        
        clear: both;
    }
    
    .center {
        text-align: center;
    }
    
    img {
        border-style: none;
    }
    
    a, a:visited, a:hover, a:hover:visited {
        text-decoration: underline;
        
        color: #CC0000;
        
        cursor: pointer;
    }
    
    table {
        padding: 0;
        
        margin: 0 auto;
        
        border: 1px solid #000000;
        
        font-size: 100%;
    }
    
    table.blank {
        border-width: 0px;
        
        background-color: transparent;
    }
    
    th {
        text-align: center;
    }
    
    td {
        text-align: left;
    }
    
    tr.header {
        background-color: #000000;
        
        color: #FF6666;
    }
    
    tr.header a,
    tr.header a:visited
    tr.header a:hover
    tr.header a:hover:visited {
        color: #FF6666;
    }
    
    tr.row1 {
        background-color: #FFFFFF;
    }
    
    tr.row2 {
        background-color: #E5E5E5;
    }
    
    .number {
        text-align: center;
        width: 40px;
    }
    
    .edit {
        text-align: center;
        width: 30px;
    }
    
    .delete {
        text-align: center;
        width: 50px;
    }
    
    .name {
        text-align: left;
        width: 200px;
    }
    
    .steamid {
        text-align: left;
        width: 150px;
    }
    
    .hack {
        text-align: center;
        width: 120px;
    }
    
    select, input {
        font-size: 90%;
    }
    
    .disabled {
        background-color: transparent;
        color: #000000;
    }
    
    .thin {
        margin: 0;
        padding: 0;
    }