/*======= 3 Column Style =======*/

#page1 .col-1
{
    width: 218px;
    padding: 10px 15px 10px 15px;
    background: url(images/bg3-2.jpg) repeat-y left;
    vertical-align:top;
    text-align:left;
}
#page1 .col-2
{
    width: 456px;
    padding: 10px 15px 10px 15px;
    vertical-align:top;
    text-align:left;
}
#page1 .col-3 
{
    width: 186px;
    padding: 10px 15px 10px 15px;
    background: url(images/bg3-3.jpg) repeat-y right;
    vertical-align:top;
    text-align:left;
}

/*======= 2 Column Style =======*/

#page2 .line-ver1 {background-position: 316px 0%;}

#page2 .col-1
{
    width: 575px;
    padding: 5px 15px 10px 15px;
    background: url(images/bg3-2.jpg) repeat-y left;
    vertical-align:top;
}
#page2 .col-2
{
    width: 325px;
    padding: 5px 15px 10px 15px;
    background: url(images/bg3-3.jpg) repeat-y right;
    vertical-align:top;
}


/*======= 1 Column Style =======*/

#page3 .line-ver1 {background-position: 533px 0%;}

#page3 .col-1
{
    width: 900px;
    padding: 5px 15px 10px 15px;
    background: url(images/bg1-1.jpg) repeat-y center;
    vertical-align:top;
}
