@charset "utf-8";
@import "base.css";
html{
	height: 100%;
}
body {
	color: #252422;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #080705;
	height: 100%;
	font-size: 90%;
}

h2, h3, h4, h5, h6
{
	color:#605851;
	font-weight: normal;
	margin:0.3em 0 0.1em
}
a, a:link{
	color:#252422;text-decoration:none;
}
a:focus, a:hover{color:#252422;text-decoration:underline;}

.toplink:visited {
	color:#252422;
	font-size:18;
	text-decoration:none;
}
.toplink:link {
	color:#252422;
	font-size:18;
	text-decoration:none;
}
.toplink:hover {
	color:#252422;
	font-size:18;
	text-decoration:underline;
}
.img_gal {
	border: 1px solid #D1CFD2;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-family:Tahoma;
	font-size:11px;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}