body{
	background-image: url(bg.png);
	background-repeat: repeat;
	margin: 10px 0px0;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	background-position: top;
}
h2{
	font-family: "Minya Nouvelle", Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FF7F50;
}
a:link, a:visited, a:hover, a:active {
	color: #4169E1;
	text-decoration: none;
}
	
a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

table {
	background-color: #F5DEB3;
	font-size: 14px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1.2em;
	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: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

