div.gallery h1 {
	text-indent: 0px;
	letter-spacing: 4px;
	font-size: 25px;
	font-family: "Times New Roman", Times;
	font-weight: normal;
	margin-top: 13px;
	margin-bottom: 2px;
}

div.nav {
	clear:both;
	background-color: #c82902;
	width: 569px;
	margin: 0px;
}

div.nav table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.nav tr td {
	border: 1px solid #ffba00;
}

div.nav a,div.nav a:visited {
	display: block;
	width: 100%;
	color: #ffba00;
	font-size: 10px;
	margin: 3px;
	text-decoration: none;
}

div.nav a.active,div.nav a.active:visited {
	background-color: #ffba00;
	color: #c82902;
}

div.nav a:hover {
	background-color: #ffba00;
	color: white;
}

div.photos {
	margin:0px 20px 0px 0px;
	background-color: #c82902;
}
ul.photos {
	margin:0px;
	padding:5px;
	display: block;
	list-style: none;
}

ul.photos li {
	float: left;
	display:block;
	border:5px solid white;
	margin: 5px;
	padding: 0px;
	width:120px;
	text-align:center;
	height:90px;
	background-color: white;
	overflow: hidden;
}

img.licence {
	float:right;
}

span.author {
	display:block;
	color:yellow;
	font-size:10px;
	font-style: italic;
}
