body { margin-left: 2%; }

img {border:none}

/* breadcrumb trail */
div.menu {
    height: 35px; /* whole thing disappears without this.  Wierd */
	background-color: green;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	clear: both;
}
div.menu a {
	color: white;
}
div.menu span {
	margin-top: 8px;
	margin-bottom: 8px;
}
span#present-position {
	padding-left:10px;
	font-weight:bold;
}
span#menu-details {
	padding-left:30px;
}

ul {
	display: block;
	clear: both;
}
li {
	float: left;
	list-style-type: none;
	text-align:center; color: green;
	background: #dfdfdf;
	margin: 0 5px 12px 5px;
	position: relative;
}
li.album {
	height:350px; width: 277px; /* allow for border */
}
li.photo {
	height:310px; width: 277px; /* allow for border */
}

li span {
	width: 275px; display: block;
	font-weight:bold; font-size:large;
	border: solid green 1px;
}
span.title {
	margin-bottom: 5px;
}
div.album {
	display: table-cell; vertical-align: middle;
	width: 275px; height: 275px;
}
div.photo {
	display: table-cell; vertical-align: middle;
	padding-top: 10px;
	width: 275px; height: 275px;
}
div img {
	border: solid green 1px;
}
.statistics {
	clear: both;
	display:block;
	font-size:0.8em;
	border: solid blue 1px;
	position: absolute; bottom: 0; left: 0;
}
.download {
	display:block;
	font-size:0.6em;
}
#copyright {
	float:right;
	clear:both;
	margin-top:10px;
	font-size:0.8em;
	text-align:right
}
