﻿.dropShadow
{
    background-image: url(template_images/picBorders/shadows.gif);
    background-repeat: repeat-x;
}
.leftPicEdge
{
    background-position: left bottom;
    background-image: url(template_images/picBorders/left.gif);
    background-repeat: no-repeat;
}

.rightPicEdge
{
    background-position: left top;
    background-image: url(template_images/picBorders/right.gif);
    background-repeat: no-repeat;
}
.advert 
{
    padding: 1px;
}
.border_left
{
    border-left: #cccccc 1px solid;
}
.border_right
{
    border-right: #cccccc 1px solid;
}

