h1 {
	font-size: 1.5em;
	color: #A00B1E;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	color: #A00B1E; 
	background-color: #EEEEEE;
	padding: 0.5em;
}

.leightbox {
	color: #000000;
	display: none;
	position: absolute;
	top: 32%;
	left: 33%;
	width: 36%;
	height: 40%;
	padding: 3em;
	border: 5px solid #A00B1E;
	background-color: white;
	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:#333;
	-moz-opacity: 0.6;
	opacity:.80;
	filter: alpha(opacity=60);
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }