.top-left
{
   background-image: url(../images/topleft.jpg);
   background-repeat: no-repeat;
   width: 26px;
   height: 24px;
}

.top-center
{
   background-image: url(../images/topcenter.jpg);
   background-repeat: repeat-x;
}

.top-right
{
   background-image: url(../images/topright.jpg);
   background-repeat: no-repeat;
   width: 26px;
   height: 24px;
}

.top-content-left
{
   background-image: url(../images/topcontentleft.jpg);
   background-repeat: repeat-y;
}

.top-content-center
{
   background-color: #ffffff;
}

.top-content-right
{
   background-image: url(../images/topcontentright.jpg);
   background-repeat: repeat-y;
}

.middle-left
{
   background-image: url(../images/middleleft.jpg);
   background-repeat: no-repeat;
   width: 26px;
   height: 24px;
}

.middle-center
{
   background-image: url(../images/middlecenter.jpg);
   background-repeat: repeat-x;
}

.middle-right
{
   background-image: url(../images/middleright.jpg);
   background-repeat: no-repeat;
   width: 26px;
   height: 24px;
}

.bottom-content-left
{
   background-image: url(../images/bottomcontentleft.jpg);
   background-repeat: repeat-y;
}

.bottom-content-center
{
   background-color: #f8f8f8;
}

.bottom-content-right
{
   background-image: url(../images/bottomcontentright.jpg);
   background-repeat: repeat-y;
}

.bottom-left
{
   background-image: url(../images/bottomleft.jpg);
   background-repeat: no-repeat;
   width: 26px;
   height: 24px;
}

.bottom-center
{
   background-image: url(../images/bottomcenter.jpg);
   background-repeat: repeat-x;
}

.bottom-right
{
   background-image: url(../images/bottomright.jpg);
   background-repeat: no-repeat;
   width: 26px;
   height: 24px;
}
