@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) no-repeat fixed center;
	background-color:#2e0715;
	margin:0px;
	padding:0; 
}

.cellopacity {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#d4944b;
	background:#4b1125;
	filter:alpha(opacity=73);
	-moz-opacity:.73;
	opacity:.73;

}

.cell3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#d4944b;
	text-align:right;
	background:#4b1125;
	filter:alpha(opacity=73);
	-moz-opacity:.73;
	opacity:.73;
}

.cell2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#d4944b;
}

.cell7 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:16px;
	color:#dcc09f;
	vertical-align:top;
	text-align:justify;
	padding-right:15px;
	padding-top:15px;
}

a {
	color:#d4944b;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

.darkpurple {

	background-color:#2e0715;
	vertical-align:top;

}


/*   Light Box  */
#lightbox{
	background-color:#fff;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 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");
	}
	