/* CSS Document */

body, html {margin: 5px;
            padding: 0;
		    font-family: georgia, 'times new roman', serif;
			font-size: 14px;
			font-weight: bold;
		    color: #222;
			}
			
.picsFrame {width: 500px;
            height: auto;
			}
			
.picsHeader {width: 100%;
             padding-bottom: 2px;
			 border-bottom: solid thin #ccc;
			 clear: both;
			 }
			 
.picsHolder {padding-bottom:25px;
		     }
			 
.picsHolder img {float: left;
				 margin: 5px;
				 border: solid thin #fff;
				 }

.picsHolder img:hover {border: solid thin #ccc;}

.smaller {font-size:12px;
          font-weight:normal;
		  }		 
				 

			 
