
body { 
       font-family: sans-serif;   /* font control for all text */
       padding-left: 1em;
       color: #000000;  /* Set text color black */
       width: 650px;   /* Formatting width of entire site */
}

img { 
       border: 0;
}

i { 
       color: #315083;  /* Set text color to match logo */
}

.splash { 
          max-width: 75ex;
          text-align: center;
}

.news { 
          font-size: small;
          width: 650px;
          text-align: center;
}

.headnote {
         position: absolute;
         font-size: small;
         left: 450px;
         text-align: center;

 }

/* Leaders are imgs which should be pushed to the left marging, as
   heading markers for a section. */

img.leader {
       float: left;
       padding: 1ex;
       vertical-align: top;
}


/* Squibs are text or images which should be pushed to the right
   margin, such as quotes */

.squib {
         font-size: small;
         text-align: right;
 }

img.squib { 
       float: left;
       padding: 1ex;
}


/* Contains footer */
.footer { 
          font-size: x-small;
          text-align: center;
}


/* Simple Gallery Specific */

.navigation { 
       text-align: center;              
}


/* The gallery index table */
.index { 
       text-align: center;
}

table.index  { 
       position: relative;
       left: 50px;
       text-align: center;
}

.index td { 
       padding: 15px;
}

.blurb { 
         font-size: small;
}

/* Contains description of gallery item */
.description {
       padding-right: 3em;
       vertical-align: text-top;
               
}

/* Contains preview image of gallery item */
.preview { 
       vertical-align: top;
       text-align: center;
       width: 500px;
       width: 50%;
}

