/* Borders */
.border_tl   /* top left */
{
   width: 12px;
   height: 27px;
   background: transparent url("layout/ban_top_1.gif");
}

.border_t   /* top center */
{
   width: 650px;
   height: 27px;
   background: transparent url("layout/ban_top_2.gif");
}

.border_tr   /* top right */
{
   width: 12px;
   height: 27px;
   background: transparent url("layout/ban_top_3b.gif");
}

.border_l   /* left */
{
   width: 12px;
   background: transparent url("layout/brl.gif") repeat-y;
}

.border_r   /* right */
{
   width: 12px;
   background: transparent url("layout/brr.gif") repeat-y;
}

.border_bl   /* bottom left */
{
   width: 12px;
   height: 21px;
   background: transparent url("layout/ban_bot_1.gif");
}

.border_b   /* bottom left */
{
   width: 650px;
   height: 21px;
   background: transparent url("layout/ban_bot_2.gif");
}

.border_br   /* bottom right */
{
   width: 12px;
   height: 21px;
   background: transparent url("layout/ban_bot_3.gif");
}
