.footer {
	padding: 0.5em;
	text-align: center;
}

.leightbox {
	color: #333;
	display: none;
	position: fixed;
	top: 25%;
	width: 400px;
	padding: 1em;
	border: 3px solid #f68924;
	background-color: #fdf8b6;
	text-align: left;
	z-index:1001;
	overflow: auto;
	left: 35%;
	height: 460px;
}

.leightbox h1 {
	text-align: center;
}

.leightbox h2 {
	text-align: center;
}

.leightbox p {
	font-size: small;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color: black;
	-moz-opacity: 0.8;
	opacity: 0.65;
	filter: alpha(opacity=80);
}

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