body {
margin:0;
padding:0;
font-size: small;
text-align:center;
color:#FFFFFF;
line-height:1.3em;
background:#000000;
}
#photograph {
width:510px;
height:510px;
margin-left:0px auto;
margin-top: 0px;
text-align:left;
border:1px solid #3c3c3c;

}




/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 0px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #3c3c3c;
	border: 1px solid #000000;
	margin: 1px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #3c3c3c;
	margin: 0;
}









