/*LAYOUT*/
#wrappers {
    position:relative;
    min-width: 980px;
    max-width: 95%;
    margin: 0 auto;
    min-height:100%;
    height:auto !important;
    height:100%;
}
        
#bodys{
    position:relative;
    //margin:0 15px 0 15px;
    //background-color:#efefef;
    //border:1px solid #868585;
}
#content_col{ 
    width:100%; 
}
    /*left_col*/
#left_col{ 
    //padding:1px 0 120px 1px;
}
    /*right_col*/
#right_col{         
    //padding:1px 1px 0 0;
    margin-right: 20px;
    margin-top: 25px;
}
    /*center_col*/
#center_col{
    //padding:20px; 
    vertical-align:top;
}
.sidebarl{
    width:210px; 
    vertical-align:top;
}
.sidebarr{
    width:300px; 
    vertical-align:top;
}



#wrappers-header{
    position:relative;
    min-width: 980px;
    max-width: 95%;
    margin: 0 auto;
}
.wrappers-header{
    //padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height: 75px;
    background: #79594c;
    background: -webkit-linear-gradient(-45deg, #79594c, #54382d); 
    background: -o-linear-gradient(-45deg, #79594c, #54382d); 
    background: -moz-linear-gradient(-45deg, #79594c, #54382d); 
    background: linear-gradient(-45deg, #79594c, #54382d); 
}
#nav-forum{
    position: absolute;
    margin-top: 10px;
    right: 20px;
}

.logo-forum{
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
    color: #fefefe;
    font-size: 24px;
}

#menu-forum{
    position: absolute;
    margin-top: 45px;
    margin-left: 300px;
}
.menu-forum{
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-forum:hover{
    color: #dcc5bc;
    text-decoration: none;
}