/* pic_gallery.css 23 March 2008 -- 21:30 -- Validated 21 March 2008 */


/*a:link, a 
      { border-bottom: 1px dotted #960;    /* CHANGE *
        color: #960;                       /* CHANGE *
        text-decoration: none;  }

/*a:hover { border-bottom: 1px solid #960;    /* CHANGE */  }

br      { display: none;   }

#content  {
	margin: 0 auto 20px 20px;
	padding: 1em 0 0 0;
	width: 625px;
	background-color: #000;             /* black */
	font-size: 1.25em/1.75em;
}

#content h1 em
      {
	color: #a9a9a9;                    /* Drak Gray */
	font-size: 100%;
	font-style: italic;
}

#main_photo h1
      { margin: 5px 6px;
        padding: 0 0 .5em 3px;
        font: /*italic*/ normal 1.5em/2.375em Georgia "Times New Roman", serif; 
				/* style weight size/height family */
        color: #eee8aa;   /* pale golden rod */
	    background-color: #000000;  /* black */    
		clear: left      /* my addition  */}
		
/*#main_photo h2
       { font: normal .8em/2.375em Georgia "Times New Roman", serif; 
				/*  weight size/height family *
         text-align: left;
         clear: left;   
		 background-color: #000000;  /* black *
         color: #eee8aa;       /* pale golden ron */ }
		
#main_photo p 
		{ background-color: #000000;  /* black */
          font:  1em/1.75em "Times New Roman", serif;
          color: #eee8aa;  
		  margin: 0 10px;
		  padding: 1 10px;  */  } 

#main_photo p,
#main_photo ul    
		 { margin: 0 6px;
           padding: 0;    */}











#main_photo p.thumb,
ul.thumbnails
         { margin: 0 0 10px 0;
           padding: 0;
           float: left;
           text-align: center;
           background-color: #a9a9a9;              /* Dark Gray */
           line-height: 1em;
           list-style: none;  }



#main_photo p.thumb a,
ul.thumbnails a
        { width: 80px;  
          margin-right: 10px;
          margin-bottom: 10px;  }
		   
p img     { display: block;
          margin: 0 auto 5px auto;
          border: 1px solid #ccc;               /* CHANGE */
          border-bottom-color: #eee;           /* CHANGE */
          border-left-color: #ddd;              /* CHANGE */
          border-top-color: #bbb;               /* CHANGE */  }
		   
p.photo
		  {
	margin: 0 0 10px 0;
	float: left;
	width: 600px;
	text-align: center;
	background-color: #000;            /* Black */
	line-height: 1em;
}
			
p.photo a/*,
#main_photo p.thumb a,
ul.thumbnails a*/
        { display: block;
          float: left;
          margin: 0;
          padding: 4px 4px 9px 4px;
          border: 1px solid #ccc;             /*  */
          border-top-color: #eee;         /* CHANGE */
          border-right-color: #ddd;          /* CHANGE */
          border-bottom-color: #bbb;         /* CHANGE */
          background-color: #000;          /* black */
          text-align: center;    }			
			
p.photo a:hover/*,
#main_photo p.thumb a:hover,
ul.thumbnails a:hover*/
         { border-color: #ccc;          /* CHANGE */
           background-color: #000;                /* CHANGE */ }
		   
p.description {
	clear: left;
	font:  1em/large Georgia "Times New Roman", serif !important;
	color: #eee8aa;
	width: 600px;
	text-align: center;
	font-size: 1.3em;
}
p.credit  {
	clear: left;
	font:  0.75em/large Georgia "Times New Roman", serif !important;
	color: #eee8aa;
	width: 600px;
	text-align: right;
}

ul.navigation
         {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	border-color:a9a9a9;
	text-align: center;
	background-color: #000;              /* black */
	line-height: 1em;
	list-style: none;
	position: absolute;
	top: 402px;
	left: 666px;
	width: 96px;
	height: 238px;
}
			
			
/*#main_photo h1 a:link, 
#main_photo h1 a, 
#main_photo h1 a:hover, 
#main_photo h1 a em, 
#main_photo h1 a:link em,  
#main_photo h1 a:hover em
       { border-color: #999;                 /* CHANGE *
         color: #999;                         /* CHANGE */  }
		 



/*#main_photo h2 a:link,
#main_photo h2 a
       { display: block;
         padding: 0 5px;
         border: 1px solid #000;                /* CHANGE *
         border-top-color: #eee;               /* CHANGE *
         border-right-color: #ddd;              /* CHANGE *
         border-bottom-color: #bbb;             /* CHANGE */  }

/*#main_photo h2 a:hover
       { border-color: #a9a9a9;                /* Dark Gray *
         background-color: #eee;            /* CHANGE */   }

ul.thumbnails li,
ul.navigation li
         {
	display: block;
	margin: 0;
	padding: 0;
}

ul.navigation a
         {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px 4px 6px 4px;
	border: 0;
	background-color: #fff;              /* CHANGE */
	text-align: center;
	width: 80px;
}

ul.navigation a:hover
        { background-color: #eee;             /* CHANGE */
          border: 0;   }

