.header {
    height: 120px;
    border-bottom: 0px #404040 solid;
    *zoom: 1;
    *height: 86px;
}

.board .header {
    height: 30px;
}

.container {
    position: relative;
    clear: both;
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.containers {
    position: relative;
    clear: both;
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    height: 1000px;
}

.header .container {
   padding-top: 6px;
    height: 77px;
}

.main {
    background-color: #f3f3f3;
}

.mains {
    background-color: #f3f3f3;
    height: 1000px;
}

.main .container {
    padding-top: 0px;
}

.mains .containers {
    padding-top: 0px;
}

.content-container {
    width: 1060px;
    margin-right: 0px;
    float: left;
    border: 0px #d9d9d9 solid;
    padding: 0 0px;
    min-height: 600px;
}

.right-container {
    display: none;
    width: 190px;
    float: left;
}

.right-container img {
    width: 100%;
}

.logobox {
   position: absolute;
    width: 175px;
    float: left;
    /* margin-top: 20px; */
    top: 40px;
}

.header .toploginfullbox {
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
    height: 35px;
}

.header .toploginmidbox {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

.header .toplogin {
    position: absolute;
    width: 500px;
    top: 9px;
    right: 0px;
    text-align: right;
}

.header .toplogin a {
    margin-left: 20px;
}

.header .topmenu {
   width: 670px;
    float: left;
    
    position: absolute;
    left: 185px;
    top: 45px;
}

.header .topmenu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .topmenu ul li {
   display: inline-block;
    margin: 0;
    padding-left: 2.5%;
    font-size: 16px;
    font-weight: 800;
}

.header .topmenu ul li:hover {
    color: #f80;
    cursor: pointer;
}
