

/* ----- overwriting some common styles ----- */

body
{
    background:             #FFFFFF url(../images/shade_center_rasen.gif) repeat-y center;
}

/* ----- style only used on index site ----- */

#content
{
}

#card1
{
    float:                  left;
    width:                  315px;
    height:                 365px;
    
    background:             #FFFFFF url(../images/card1.jpg) no-repeat center;
}

#card2
{
    float:                  left;
    width:                  315px;
    height:                 365px;
    
    background:             #FFFFFF url(../images/card2.jpg) no-repeat center;
}

#card3
{
    float:                  left;
    
    width:                  316px;
    height:                 365px;
    
    _margin-right:          -36px;
    
    background:             #FFFFFF url(../images/card3.jpg) no-repeat center;
}