/* Gallery wizard style sheet for the thumbnail gallery page(s) */
/* Playing around with css and tables                   */ 

body {background-color:white;
      background-image: url(pbg_paper_spiral.jpg);
      font-family:Verdana, Arial, Helvetica, sans-serif;
      color:black;
     }
     
/* top of page and navagation link colors */
/* Header */
div#dheader {text-align: center;
            background-color: transparent;
            color: #000000;
            margin-left:20px;
            margin-right:20px;
         }

a, a:visited { background-color: transparent;
               color: #0000FF;
             }
a:hover      { color:purple;
               background-color: white;
             }
/* control how the table looks */

div#dtable       {text-align: center;
                 }
div#dtable table { margin-left: auto;
                   margin-right: auto;
                   text-align: center;
                 }
div#dtable td.thumbcell {border-style: solid;
                        border-color: #BFBFBF;
                        border-width: 1px;
                        text-align: center;
                        vertical-align: middle;
                        padding: 10px;
                       }

div#dtable td.thumbcell img {border-style: none;
                            } 
/* copy right and validation links */                  
#dfoot       { margin-left:111px;
               border:0px solid teal;
               clear:both;
             }

div#dfoot img {border-style: none;
              } 
