/* 
    Document   : Style sheet for Grupo del Sur page
    Created on : 4-mei-2011, 17:54:48
    Author     : Jan-Willem Arnold DelArte copyright 2011
    Description:
        To be used on top of site.css
*/



/* specific page: grupo del sur */
#gds table#page tr td#tbl-le {
    background-image: url(../images/site-bgyr_01.jpg);
}


#gds table#page tr td#tbl-ri #border-right {
    background-image: url(../images/site-bgyr_03.jpg);
}


#gds table#page tr td#tbl-mi #abovecanvas {
    background-image: url(../images/site-bgyr_02.jpg);

}
#gds table#page tr td#tbl-mi #belowcanvas {
    background-image: url(../images/site-bgyr_06.jpg);
}

#gds #site #layer-background-left {

    background-image: url('../images/site-bgyr_04.jpg');
}
#gds #site #layer-background-content {
    background-image: url('../images/site-bgyr_05.jpg');    
}

/* links in the content area */
#gds #content ul li a:hover {
    text-decoration: underline;
}
#gds #content a {
    text-decoration: none;
    color: #64001c;
}
#gds #content a:hover {
    text-decoration: underline;
    color: #64001c;
}
#gds #content a:visited {
    text-decoration: none;
    color: #64001c;
}
#gds #content .group-web-link a {
    color: #64001c;
}
#gds #content .group-web-link a:hover {
    text-decoration: underline;
    color: #64001c;
}
#gds #content .group-web-link a:visited {
    color: #64001c;
}
#gds .group-story .lcol {
    color: #140013;
}
#gds .group-story .rcol {
    color: #140013;
}



