

#content
{
    margin: 45px auto 0px auto;
    width: 958px;
    position: relative;
}
#content div
{
    font-size:0pt;
}

#content #hor_bar
{
    width: 908px;
    height: 2px;
    /* background: url("../images/bar/bar_horizon.jpg") no-repeat; */
    position: absolute;
    top: 73px;
}
#content #ver_bar
{
    width: 2px;
    height: 712px;
    /* background: url("../images/bar/bar_vertical.jpg") no-repeat; */
    position: absolute;
    left: 181px;
}
#content #ver_bar_t
{
    width: 3px;
    height: 73px;
    background: url("../images/bar/bar_vertical.jpg") no-repeat;
    position: absolute;
    left: 181px;
}


#content #title
{
    width: 181px;
    float: left;
}
#content #sub_title
{
    float: left;
}

img.category1
{
    width: 181px;
    height: 34px;
    display: inline-block;
}

li.left_bar
{
    width: 181px;
    height: 2px;
    background: url("../images/bar/bar_left.jpg") no-repeat;
}
