body {
	font-family: Verdana;
	font-size: 100%;
	color: #fff;
	line-height: 180%;
	text-align: center;
	background-color: #232323;
}

a,a:active,a:visited {
	color: #000;
    text-decoration: none;
}

a:hover {
	color: #fff;
    text-decoration: none;
}

h1 {
	font-size: 1.5em;
	color: #0000aa;
}

#container { 
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #000032;
	display: none;
	position: absolute;
	top:5%;
	left: 5%;
	width: 80%;
	height: 80%;
	padding: 1em;
	border: .5em solid #000000;
	background-color: white;
	background-image: URL(../images/wbg.gif);
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
.menubox1 {
	color: #000032;
	display: none;
	padding: 0em;
	border: 0em solid #000000;
	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:#0000ff;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay2{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#0000ff;
	-moz-opacity: 0.25;
	opacity:.250;
	filter: alpha(opacity=25);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }