body {
	font-family: Georgia, serif;
	font-size: 76%;
	color: #fff;
/*	line-height: 180%;*/
	text-align: center;
	background-color: #232323;
	/*padding: 2em;*/
}

a,a:active,a:visited {
	color: #ccc;
}

a:hover {
	color: #333333;
}

h1 {
	font-size: 3em;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif
}

#container { 
/*	width: 50%;*/
	margin: 0;
	text-align: center;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.contentsbox {
	color: #ffffff;
	display: none;
	position: absolute;
	top: 12%;
	left: 6%;
	width: 85%;
	height: 75%;
	padding: 1em;
	border: 1em solid #333333;
	background-color: #151515;
	text-align: center;
	z-index:1001;
	overflow: auto;	
}

.archivesbox {
	color: #ffffff;
	display: none;
	position: absolute;
	top: 25%;
	left: 39%;
	width: 20%;
	height: 50%;
	padding: 1em;
	border: 1em solid #333333;
	background-color: #151515;
	text-align: center;
	z-index:1001;
	overflow: auto;	
}

.helpbox {
	color: #ffffff;
	display: none;
	position: absolute;
	top: 25%;
	left: 23%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #333333;
	background-color: #151515;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.authenticatebox {
	color: #ffffff;
	display: none;
	position: absolute;
	padding: 1em;
	height:300px; 
	width:400px; 
	left:50%; 
	top:38%; 
 
	background-color:#000; 
	border:1em solid #333;	
	text-align: left;
	z-index:1001;
	overflow: auto;
}

.leightbox {
	color: #ffffff;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #333333;
	background-color: #151515;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }