a:link {
	color: #ff00ff;
}
a:visited {
	color: #ff00ff
}
body {
	background-color: #ffffff;
	color: #000000;
}
ul.nav {
	list-style: none;
	padding-left: 0em;
	margin: 0em;
}
ul.nav li {
	display: inline;
}
ul#album {
	background-color: #ccccee;
}
.subs {
	background-color: #eeeeff;
}
.subs ul li {
	display: block;
	margin-left: 0.5em;
}
.subs h2 {
	font-size: 1em;
	margin: 0em;
}
li.right {
	position: absolute;
	right: 10px;
	top: auto;
}
ul#img {
	margin-bottom: 1em;
}
#gallery img, #photo img {
	border: 0;
}
.thumbnail {
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.thumbnail span {
	display: block;
	font-size: 80%;
}
#photo {
	text-align: center;
}
#photo p#name {
	font-size: 120%;
	margin: 1em 0em 0em 0em;
}
#photo p#caption {
	font-style: italic;
	margin: 0em 0em 1em 0em;
}
.separator {
	clear: both;
}
p#credit {
	text-align: right;
	font-style: italic;
	font-size: 80%;
	margin: 0em;
}
