/*
thcGroup.net design by DireWolf & bo4ko
                               */

#header
{
	    margin: 0 auto;
        height: 150px;
	    width: 940px;
        background:url(thc_images~/header.gif);
}

#body
{
        width: 940px;
        margin: 0 auto;
}

#login
{
        width: 300px;
        height: 250px;
        float: left;
        margin-left: 5px;
        margin-bottom: 20px;
        border: 1px solid #000000;
}

#loginhead
{
        width: 300px;
        height: 30px;
        background:url(thc_images~/loginhead.jpg);
}

#loginpanel
{
        width: 300px;
        height: 220px;
        background: #dedede;
        margin-bottom: 20px;
}

#chat
{
        width: 300px;
        height: 250px;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 1px solid #000000;
}

#chathead
{
        width: 300px;
        height: 30px;
        background:url(thc_images~/chathead.jpg);
}

#chatpanel
{
        width: 300px;
        height: 220px;
        background: #dedede;
        
}

#nav
{
        float:right;
        margin-right: 5px;
        width: 300px;
        border: 1px solid #000000;
}

#navhead
{
        width: 300px;
        height: 30px;
        background:url(thc_images~/navhead.jpg);
}       

#news
{
        width: 450px;
        height: 280px;
        float: left;
        margin-left: 5px;
        border: 1px solid #000000;
        margin-bottom: 20px;
}

#newshead
{
        width: 450px;
        height: 30px;
        background:url(thc_images~/newshead.jpg);
}

#newspanel 
{
        width: 450px;
        height: 250px;
        background:url(thc_images~/newsbackgr.jpg);
}

#forum
{
        width: 450px;
        height: 280px;
        float: right;
        margin-right: 5px;
        border: 1px solid #000000;
        margin-bottom: 20px;
}

#forumhead
{
        width: 450px;
        height: 30px;
        background:url(thc_images~/forumhead.jpg);
}

#forumpanel 
{
        width: 450px;
        height: 250px;
        background:url(thc_images~/forumbackgr.jpg);
}

#servers
{
        width: 468px;
        height: 270px;
        float: left;
        margin-left: 5px;
        border: 1px solid #000000;
        margin-bottom: 18px;
}

#servershead
{
        width: 468px;
        height: 30px;
        background:url(thc_images~/servershead.jpg);
}

#serverspanel 
{
        width: 468px;
        height: 240px;
        background: #dedede;
}

#ads
{
        width: 468px;
        height: 90px;
        float: left;
        margin-left: 5px;
        border: 1px solid #000000;
        margin-bottom: 20px;
}

#adshead
{
        width: 468px;
        height: 30px;
        background:url(thc_images~/adshead.jpg);
}

#adspanel 
{
        width: 468px;
        height: 60px;
        background: #dedede;
}

#video
{
        width: 432px;
        height: 380px;
        float: right;
        margin-right: 5px;
        border: 1px solid #000000;
        margin-bottom: 20px;
}

#videohead
{
        width: 432px;
        height: 30px;
        background:url(thc_images~/videohead.jpg);
}

#videopanel 
{
        width: 432px;
        height: 350px;
        background: #dedede;
}

#content
{
        padding: 5px 5px 5px 5px;      
}

a
{
        color:#000000;
}

a:hover
{
        text-decoration: underline;
}

#free
{
        width: 468px;
        height: 270px;
        float: left;
        margin-left: 5px;
        margin-bottom: 20px;
}

#fusion
{
        width: auto;
        height: auto;
        float: left;
        margin-left: 5px;
}

input, textarea {
       background-color:#6f6f6f;
       border: 1px solid #B7B7B7;
       color: #ffffff;
}

input:hover, textarea:hover, input:focus, textarea:focus {
      background: #6f6f6f;
      border: 1px solid #000;
      color: #ffffff;
}

