body, html {
    height: 100%;
        padding: 0;
    margin: 0;
    font-family: "Trebuchet MS";
        background-color:#292929;
        background-image:url(img/bg.gif);
        background-repeat: repeat;
}

* {
        margin: 0;
        padding: 0;
}

#main {
    position: relative;
    min-height: 100%;
    width: 950px;
    margin: 0 auto;
        border-left:#666666 solid 1px;
        border-right:#666666 solid 1px;
        background-color: #292929;
}

#content {
    padding: 80px 0 20px 0;
        width:950px;
}

#contentbox {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
        width: 950px;
    height: 250px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px dotted #666666;
        font-size:12px;
    background-color: #292929;
}

.content_box a        {
        text-decoration:none;
        color:#eee;
}

.content_box a:hover        {
        text-decoration:underline;
        color:#FFF;
}

.content_box        {
        width:auto;
        margin-left:20px;
        margin-right:20px;
}

.content_box1        {
        width:200px;
        float:left;
        margin-right:20px;
}

.content_box2        {
        width:200px;
        float:left;
        margin-right:20px;
}

.content_box3        {
        width:200px;
        float:left;
        margin-right:20px;
}

.content_box4        {
        width:200px;
        float:left;
        margin-right:20px;
}

#content_ip {
    padding: 80px 20px 20px 20px;
        color:#FFFFFF;
        font-size:12px;
        width:910px;
}

#header a {
    font-size: 12px;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 950px;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 0;
    overflow: hidden;
    padding-top: 80px;
    background-image: url(img/logo.gif);
}

#top_ad {
    position: absolute;
    left: 470px;
    top: 10px;
}

#navbar {
    position: absolute;
    top: 50px;
        left:0px;
    width: 950px;
        margin: 0;
    padding:3px 0px 0px 10px;
    overflow:hidden;
        list-style-type: none;
        list-style-position: outside;
    height: 34px;
    background: url(../img/headbar.gif);
}

#navbar li {
        display:inline;
}

#navbar li a:active,
#navbar li a:link,
#navbar li a:visited,
#navbar li a:hover {
    float: left;
    height: 30px;
    background: url(../img/nav_inactive_right.gif) top right no-repeat;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#navbar li.active a:active,
#navbar li.active a:link,
#navbar li.active a:visited,
#navbar li.active a:hover,
#navbar li a:hover {
    background: url(../img/nav_active_right.gif) top right no-repeat;
}

#navbar li a span {
    float: left;
    height: 30px;
        background: url(../img/nav_inactive_left.gif) top left no-repeat;
}

#navbar li.active a span,
#navbar li a:hover span {
    background: url(../img/nav_active_left.gif) top left no-repeat;
}

#navbar li a span span {
    float: left;
    height: 23px;
        padding: 7px 10px 0 10px;
        background: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

div.clear {
    clear: both;
}

#footer {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
        width: 950px;
    height: 120px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px dotted #666666;
        font-size:12px;
    background-color: #292929;
}

.footer_box a        {
        text-decoration:none;
        color:#eee;
}

.footer_box a:hover        {
        text-decoration:underline;
        color:#FFF;
}

.footer_box        {
        width:auto;
        margin-left:20px;
        margin-right:20px;
}

.footer_box1        {
        width:150px;
        float:left;
        margin-right:15px;
}

.footer_box2        {
        width:230px;
        float:left;
        margin-right:15px;
}

.footer_box3        {
        width:170px;
        float:left;
        margin-right:15px;
}

.footer_box4        {
        width:155px;
        float:left;
        margin-right:15px;
}
