body {
    font-family: Arial, SimSun, sans-serif;
}

#community_mainmenu {
    display: block;
    width: auto;
    height: 40px;
    position: absolute;
    top: 110px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#community_mainmenu li {
    float: left;
    height: 40px;
    text-align: center;
}
#community_mainmenu a {
    display: block;
    width: 132px;
    margin-top: 9px;
    height: 30px;
    line-height: 30px;
    text-decoration : none;
    font-size: 15px;
    color: #999;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}
#community_mainmenu a.first {
    border-left: 1px solid #333;
}
#community_mainmenu a.next {
    border-right: 0;
}
#community_mainmenu a.current {
    display: block;
    border: 0;
    margin: 0;
    width: 154px;
    padding-top: 10px;
    height: 40px;
    line-height: 30px;
    background: url(images/tab.png) no-repeat;
    font-size: 16px;
    color: #fff;
}

#community_mainmenu span {
    display: block;
    width: 154px;
    padding-top: 10px;
    height: 40px;
    line-height: 30px;
    background: url(images/tab.png) no-repeat;
    font-size: 16px;
    color: #fff;
}

#content {
    width: auto;
    background: #000;
    min-height: 520px;
}
#content form {
    margin: 0;
}
#content h1 {
    margin: 0px;
    font-size: 18px;
    padding-bottom: 20px;
}

#community_header {
    width: auto;
    padding: 14px 67px;
    overflow: hidden;
}

#create_new_community_btn {
    cursor: pointer;
    float: left;
    display: block;
    width: 135px;
    height: 27px;
    background-image: url(images/create_new_community_btn.gif);
    background-repeat: no-repeat;
}

#community_faq_link {
    float: right;
    color: #F6921C;
    font-size: 14px;
    padding-top: 10px;
    text-decoration: none;
}

#community_body {
    background-color: #EBEAEA;
    width: auto;
    padding: 10px 67px;
    min-height: 480px;
    overflow: hidden;	
}

#community_body_top {
    background-image: url(images/top_bg.gif);
    background-repeat: no-repeat;
    width: auto;
    height: 38px;
    padding: 0 32px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    
}

#community_body_main {
    width: auto;
    border: 1px solid #BBBBB5;
    border-top: 0;
    padding: 0 0 0 32px;
    color: #000;
    overflow: hidden;
    background-color: #F3F3EB;
}

#footer-top {
    height: 20px;
    background: url(images/footer.gif) no-repeat top !important;
}
