#mainFrame {
    float: left;
    display: block;
    width: 700px;
    height: auto;
    padding: 0px;
    margin: 0px;
    padding-right: 24px;
    border-right: 1px solid #d6d6d6;
}


#rightFrame {
    float: right;
    width: 250px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#rightFrame .button{
    margin-bottom : 7px;
}
#mainFramePanel1 {
    width: 700px;
    height: 200px;
    margin-top: 25px;
    background-image:
        url(//static.ad.co.kr/images/forum/background/text_mainbg.gif)
        ;
}

#mainFramePanel1 .button {
    position: relative;
    top: 160px;
    left: 327px;
}

#mainFramePanel2 {
    width: 700px;
    margin-top: 30px;
    padding-top: 40px;
    background:url(//static.ad.co.kr/images/forum/text/main_top.gif) no-repeat left top;
}

.sectionPanel {
    float: left; 
    width: 320px;
    _width: 350px;
    height: 80px;
    _height: 120px;
    padding: 20px 15px;
    margin: 0px;
    border-bottom: 1px dotted #b8b8b8;
}

.sectionPanel .thumbnail {
    width: 140px;
    height: 70px;
    border: 1px solid #cccccc;
    float: left; 
    margin-right: 8px;
}
.sectionPanel .thumbnail img {
    width: 140px;
    
}
.sectionPanel .thumbnail span {
    display: block;
    width: 219px;
    height: 108px;
}
.sectionPanel .name{
    
}
.sectionPanel .name,
.sectionPanel .blurb,
.sectionPanel .sysop {
    width: 160px;
    margin: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Dotum;
}
.sectionPanel .name {
    height: auto;
    float: left; 
    line-height: 24px;
}
.sectionPanel .sysop {
    height: auto;
}
.sectionPanel .blurb {
    height: 50px;
    font-size: 11px;
    color: #999999;
}    

.sectionPanel .name a {
    font-family: Dotum !important;
    font-size: 13px !important;
    font-weight: bold;
}
.sectionPanel .sysop {
    font-family: Dotum !important;
    font-size: 11px !important;
}
.sectionPanel .blurb {
    font-family: Dotum !important;
    font-size: 11px !important;
    line-height: 17px;
}    
.sectionPanel .sysop {
    font-family: Dotum !important;
    font-size: 11px !important;
    line-height: 20px;
}

.sectionPanel .content {
    height: auto;
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #999999;
}

.sectionPanel .content .heading {
    height: auto;
    margin: 10px 0px 0px 0px;    
    font-size: 12px !important;
    font-weight: bold;
}

.sectionPanel .content .list {
    height: 110px;
    margin: 10px 0px 0px 0px;
    line-height: 22px;
    overflow: hidden;
}

.sectionPanel .content .list .title {
	width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space : nowrap;
}

.paginationContainer {
    width: 700px;
}
