/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

body				{
	font-size: 12px;
	font-family: Calibri;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-weight: bold;
					}

a img, img 			{ border: none; }

#page-wrap			{ width: 100%; 
					  margin-left: auto;
					  margin-right: auto;
					  margin-top: 5px;
					  margin-bottom: 0px;
					}

.photo-link			{ margin: 5px 5px 5px 29px; border: 5px solid #a9a8a8; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: #FF9900; }

.navigation  		{ font-size: 14px;
					  font-family: Calibri;
					  color: #FFFFFF;
					  background-color:#000000;
					}
					

a.white:visited     {
	text-decoration: none;
	color:#333333;
	font-family: Calibri;
	font-size: 18px;
					}
a.white:active      {
	text-decoration: none;
	color:#333333;
	font-family: Calibri;
	font-size: 18px;
					}
.clear			    { clear: both; }													