body{
    background-image:url("images/background.png");
    background-repeat:no-repeat;
    background-position:center 40px;
    background-color:black;
    font-family:helvetica, sans-serif;
}

div.content{
    background-color:white;
    background-image:url("images/bg.png");
    background-repeat:no-repeat;
    background-position:0px -300px;
    width:860px;
    padding:10px;
    margin:180px auto 0px;
    min-height:500px;
}

div.nav{
    padding:0px;
    clear:both;
    margin:-8px;
}
div.clear{
    clear:both;
}
div.nav a{
    font-size:12pt;
    
    display:block;
    float:left;
    background-color:#333;
    padding:3px 18px;
    margin:1px;
    color:white;
    text-decoration:none;
}
div.nav a:hover{
    background-color:#666;
}

h1, h2{
    margin:2px 0px;
}
p{
    margin:0px 0px 11px;
}



ul.forumlist{
    list-style:none;
}

ul.forumlist li{
    margin:10px 5px;
}

ul.forumlist li a{
    font-size:14pt;
    display:block;
    text-decoration:none;
}



div.post{
    border:1px solid #ccc;
    margin:5px;
    background:white;
}
div.userinfo{
    float:left;
    width:150px;
    padding:5px;
}
div.posttext{
    float:right;
    width:650px;
    padding:5px;
}
div.posttext p{
    margin:4px 0px;
}
table{
    width:100%;
    border:1px solid black;
    background-image:url("images/bg.png");
    background-repeat:no-repeat;
    background-position:-200px left;
    background-color:white;
}
th{
    color:white;
}
th, td{
    text-align:center;
}
tr:nth-child(2n) td{
    background-color:#eee;
}
tr:nth-child(2n+1) td{
    background-color:#fafafa;
}
table{
    border:1px solid #ccc;
}
th:first-child{
    width:250px;
    text-align:left;
}
td:first-child{
    width:250px;
    text-align:left;
    font-size:12pt;
}
td{
    font-size:10pt;
    padding:2px;
}
a{
    color:#1800B7;
}
a:hover{
    color:#5941FF;
    text-decoration:underline;
}