#body{
    display: block;
    background: url(http://static.ad.co.kr/images/star/left_bg.gif) left top repeat-y;
    background-repeat: repeat-y;
    height: auto;
}
#leftFrame{
    display: block;
    float: left;
    width: 200px;
    height: auto;
    background: #f8f8f8;
    padding: 0px;
    line-height: 30px;
    margin-right:15px;
}

#mainFrame {
    float: right;
    width: 785px;
    height: auto;
}

#leftFrame .lefttop{
    display: block;
    width: 180px;
    _width: 200px;
    height: 160px;
    _height: 180px;
    background: #404040;
    padding-top: 20px;
    padding-left: 20px;
}
#leftFrame .leftPanel{
    padding: 30px;
    width: 140px;
    _width: 200px;
}
#leftFrame .leftPanel ul{
    border-top: 2px solid #dc8c00;
    background: url(http://static.ad.co.kr/images/star/list/right_b.gif) right 10px no-repeat;
}
#leftFrame .leftPanel ul span{
    
}
#leftFrame .leftPanel li{
    border-top: 1px solid #e0e0e0;
    width: 140px;
    line-height: 30px;
}

#mainFrame ul.tabs{
    display: block;
    _display: inline;
    height: 27px;
}



.content ul{
    display: block;
    _display: inline;
    border-top: 1px solid #aeaeae;
    margin-top: -1px;
    padding-top: 5px;
    width: 780px;
}

.content ul.list li {
    display: block;
    width: 50px;
    _width: 78px;
    line-height: 24px;
    height: 24px;
    margin: 0px;
    letter-spacing:-1px ;
    padding: 1px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content ul.list a:hover{
    font-weight: bold;
    color: #333333;
    letter-spacing:-1px ;
    text-decoration: none;
}
