div.leftimage { 
    background-image: url(../img/title_leftcard.jpg);
    background-repeat: no-repeat;
    width: 300px;
}

div.rightimage { 
    background-image: url(../img/title_rightcard.jpg);
    background-repeat: no-repeat;
    width: 300px;
}

/*
div.centreimage {
    background-image: url(../img/title_wgo.gif);
    background-repeat: no-repeat;
    width: 400px;
}
*/

div.titlestrap { 
    background-color: rgb(255, 255, 0);
}

div.title { 
    font-size: 18pt;
    color: rgb(0, 0, 0);
    position: absolute;
    z-index: 6;
    padding-top: 20px;
    top: 10px;
}

div.body { 
    min-width: 900px;
}

div.maincontent { 
    background-image: url(../img/bgnd-reel.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}
