body {background-color: #4f2107}

p {color: black}
p
{
font: normal normal 900 10px helvetica
}

h1 {color: #bb9a86}
h1
{
font: normal normal 900 10px helvetica
}

h2 {color: #3b3e36}
h2
{
font: normal normal 900 10px helvetica
}


a:link {color: #8d3706; text-decoration:}
a:visited {color: #8d3706; text-decoration:}
a:hover {color: white; text-decoration:}
a:active {color: #8d3706;text-decoration; cursor-type: pointer}



#lightbox{
	background-color:white;
	padding: 10px;
	border-bottom: 2px solid #ceddef;
	border-right: 2px solid #ceddef;
	}
#lightboxDetails{
	font-size: 0.8em;
	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(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	


