#main_left
{
    position: relative;
    width: 625px;
    padding: 0;
    float: left;
}

#main_left_top
{
    position: relative;
    height: 25px;
    width: 625px;
    background: url(../img/main_left_top.png) no-repeat top center;
    behavior: url(../css/iepngfix.htc);
}

#main_left_main
{
    background: url(../img/main_left_bg.png) center top repeat-y;
    behavior: url(../css/iepngfix.htc);
    color: #272727;
    line-height: 190%;
    padding: 0 25px 10px 25px;
}

#main_left_main a
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px #000 dotted;
}
#main_left_main a:hover
{
    border-bottom: 1px #000 solid;
}

#main_left_bot
{
    position: relative;
    height: 25px;
    width: 625px;
    background: url(../img/main_left_bot.png) no-repeat top center;
    behavior: url(../css/iepngfix.htc);
}


#main_right
{
    position: relative;
    width: 300px;
    padding: 0;
    float: right;
}

#main_right_top
{
    position: relative;
    height: 25px;
    width: 300px;
    background: url(../img/main_right_top.png) no-repeat top center;
    behavior: url(../css/iepngfix.htc);
}

#main_right_main
{
    background: url(../img/main_right_bg.png) center top repeat-y;
    behavior: url(../css/iepngfix.htc);
    color: #272727;
    line-height: 190%;
    padding: 0px 25px 0px 25px;
}






#main_right_main a
{
    color: #434343;
}

#main_right_main a:hover
{
    color: #626262;
}

#main_right_main a:active
{
    color: #555;
}


#main_right_bot
{
    position: relative;
    height: 25px;
    width: 300px;
    background: url(../img/main_right_bot.png) no-repeat top center;
    behavior: url(../css/../iepngfix.htc);
}


#main_clear
{
    clear: both;
}


