@charset "UTF-8";

/*---- page border drop shadow ----*/
#visual_topborder
{
    background: url('../images/page_border_top.gif') top repeat-x;
}
#visual_bottomborder
{
    background: url('../images/page_border_bottom.gif') bottom repeat-x;
}
#visual_leftborder
{
    background: url('../images/page_border_left.gif') left repeat-y;
}
#visual_rightborder
{
    background: url('../images/page_border_right.gif') right repeat-y;
}



#visual_trcorner
{
    background: url('../images/page_border_tr.gif') top right no-repeat;
}
#visual_tlcorner
{
    background: url('../images/page_border_tl.gif') top left no-repeat;
    padding:10px; /*last div before content */
}
#visual_brcorner
{
    background: url('../images/page_border_br.gif') bottom right no-repeat;
}
#visual_blcorner
{
    background: url('../images/page_border_bl.gif') bottom left no-repeat;
}



