
/*title: "Prairie State Road Runners Style Sheet"*/
/* W3C CSS Validated: 1/11/07 */
/* W3C CSS Validated: 9/19/06 */
body.board_members {
                     background-color: white;
                     width: 75%;
                     margin: auto;
                     padding: 50px;
                    }

table.primary_table_board_member {
                     position: relative;
                     width: 100%;
                     color: #3366CC;
                     background-color: white;
                     background-image: url(images/psrr_bg_logo.gif);
                     background-repeat: no-repeat;
                     background-position: center center;
                     border:4px solid #3366CC;
                     border-collapse: collapse;
                     border-spacing: 0px;
                     margin: 0px;
                     padding: 0px;
                     }

body.logo_image     {
                     background-color: white;
                     background-image: url(runner_dude.jpg);
                     background-repeat: repeat;
                    }



