/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
/*body				{
	font-size: 62.5%;
	font-family: Georgia, serif;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
}*/

a img, img 			{ border: none; }

#page-wrap			{
	position:relative;
	width:768px;
	margin-left:auto;
	z-index: 1;
	margin-right: auto;
	margin-top: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	background-repeat: repeat-y top center;
	height: 100%;
 }

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }
