@charset "utf-8";
body {
	background: #000;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	height: 100%
}
h1 {
	color: #666;
	letter-spacing: -2px;
}
h2 {
	font-size: 28px;
	letter-spacing: -2px;
	text-align: center;
}
a, a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color:#999;
	text-decoration:underline;
}
#gallery {
	margin-left: 145px;
	margin-right: 145px;
}
#silhouette_left
{
	background: url(icon_silhouette2.png);
	width: 145px;
	height: 550px;
	top: 70px;
	left: 10px;
	position: absolute;
	z-index: 2;
}
#silhouette_right
{
	background: url(icon_silhouette.png);
	width: 135px;
	height: 550px;
	top: 70px;
	right: 10px;
	position: absolute;
	z-index: 2;
}
#footer {
	text-align:center;
	color:#666;
}
#subcollections {
	color: #AAA;
	text-align: center;
}
#subcollections a {
	color: #AAA;
}
#subcollections ul li {
	list-style-image: none;
	display: inline-block;
	padding: 5px;
}
.thumbnail {
	border: #AAA 5px solid;
}
.foldericon {
	border: 0px;
}