body
	{
	  font-family: Sylfaen, "Sylfaen ARM", Times, "Times New Roman", serif;
	  background-color: transparent;
	}

#gallery
        {
          text-align: center;
width: 70%;
margin-left: 15%;
        }
#gallery table
         {
           
           border-style: solid;
           border-width: 1px;
           /* margin-left: 15%; Commented out for IE compatibility */
           -moz-border-radius: 8px;
         }

#gallery legend
        {
         padding-left: 10px;
         padding-right: 10px;
         border: 1px solid;
         -moz-border-radius: 4px;
        }
#gallery td
         {
          height: 33%;
	  padding: 15px;
          width: 25%;
          text-align: center;
         }
#gallery th
         {
          height: 33%;
	  padding: 15px;
          width: 25%;
          text-align: center;
         }
#gallery td.al_left
        {
          text-align: left;
        }
#gallery a
         {
           text-align: right;
         }
