body {
	background:#202020;
	margin:10px;
	padding:0;
	text-align:center;
	font-family:Times,Times New Roman;
}
img {
	border: 0 none;
	margin:0 0 3px 0;
}
h1, h2 {
	color:#FFFFFF;
	margin:0 0 10px 0;
}
h1 {
	background:#303030;
	border-top:1px solid #505050;
	border-bottom:1px solid #505050;
	font-size:24pt;
	padding:5px;
}
h1 span {
	color:#CCCCCC;
	font-size:14pt;
	position:relative;
	top:-4px;
}
h1 a {
	color:#FFFFFF;
	font-size:20pt;
	font-weight:normal;
	float:left;
	padding:2px 5px;
	margin-right:10px;
	text-align:left;
	text-decoration:none;
}
h1 a img {
	margin: 0;
}
h1 a:hover {
	background:#505050;
}
#pictures {
	width:1030px;
	margin:0 auto;
}
#thumbnails {
	overflow-y:auto;
	width:220px;
	height:600px;
	display:inline-block;
	float:left;
	text-align:center;
}
div#pictures div, div#pictures div #picture, div#pictures div #picture img { margin:0; padding:0; }
iframe#picture {
	background-color:#202020;
	width:800px;
	height:800px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	border: 0 none;
}
/*	filter:chroma(color=#FFFFFF);
*/
#list {
	margin:0 auto;
	text-align:center;
}
#list ul { list-style:none; }
#list ul, #list ul li {
	color:#FFFFFF;
	text-align:left;
}
#list ul li {
	margin:0;
	padding:0;
}
/* 	list-style:none; */
#list ul li a {
	background-image: url(camera.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	color:#D0D0D0;
	display: block; 
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
	border:1px solid #202020;
	padding:5px 5px 5px 37px;
	margin:2px;
}
#list ul li a:hover {
	color:#FFFFFF;
	background-color:#303030;
	border:1px solid #505050;
}
