/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #EEEEEE;
}
body {
	background-color: #000000;
	margin: 10px;
	padding-top: 400px;
	background-image: url(images/index2.jpg);
	background-repeat:no-repeat;
	width: 750px;
}
.menu {
	position: absolute;
	top: 137px;
	left: 157px;
	width: 270px;
}
.style1 {font-size: 18px; font-weight:bold}
.ghostlink {
	position:absolute;
	top:0px;
	left:0px;
	width: 299px;
	height: 59px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	color: #000;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(./images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/overlay.png", sizingMethod="scale");
	}
	
a {
color: #CC0000;
text-decoration:none;
}

