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

*					{ margin: 0; padding: 0; }

a img, img 			{ border: none; }

#page-wrap			{ width: 550px; margin: 0 auto; }

.photo-link			{ padding: 12px; margin: 4px; border: 1px solid #ffffff; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: #ff0000; }

.nav-red {
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.nav-blue {
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.nav-green {
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}
.nav-cyan {
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #6699FF;
	text-decoration: none;
}
.nav-orange {
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.nav-redCopy {
	letter-spacing: 0em;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.nav-orangeCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.nav-cyanCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #6699FF;
	text-decoration: none;
}
.nav-greenCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}
.nav-blueCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.nav-redCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

