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

*					{ margin: 0; padding: 0; }
body				{
	background: #fFfFfF;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	color: #666666;
	margin-top: 0px;
}



#wrapper			{
	width: 748px;
	margin: 0 auto;
}

#photowrapper			{
	width: 630px;
	margin: 0 auto;
}

.thumbnails			{
	width: 200px;
	height: 155px;
	display: block;
	float: left;
	text-align: center;
}
.thumbnails	 img:hover {
	border: 1px solid #FFFFFF;
}
.thumbnails	  img   {
	border: 1px solid #666666;
	padding: 3px;
}
#nav a {
	color: #CCCCCC;
}
#nav {
	margin-bottom: 20px;
}