#main_content_left
{
    width:600px;
    float: left;
}

#main_content_right
{
    width:330px;
    float: right;
}


#left
{
    width: 202px;
    float: left;
}
#left h2
{
    font-size: 12px;
    padding-top: 5px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
}
#right
{
    width: 352px;
    float: left;
    margin-left: 16px;
    overflow: hidden;
}

#links
{
    clear: both;
    border-top: #ccc 1px solid;
    margin-top: 10px;
    padding-top: 10px;
}

.item_left
{
    line-height: 23px;
    height: 22px;
    overflow: hidden;
}

h2
{
    margin: 0px;
    padding: 0px;
}
.index_author a
{
    color: #85bb00;
}
.index_author a:hover
{
    color: #f60;
}

#category ul
{
    clear: both;
    margin-left: 20px;
}
#category li
{
    width:150px;
    height: 20px;
    line-height: 20px;
    float: left;
}
#category div
{
    clear: both;
    height: 26px;
    line-height:26px;
}
#category div a
{
    color: #85bb00;
    font-weight: bold;
    font-size: 14px;
}
#category div a:hover
{
    color: #f60;
}
