

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #636128; float:right; margin:5px 5px 0px 0px;
	padding:0px; font-size:10px; text-align:center;
	width:50px;
}
.footer a,.footer a:visited{color:#ffffff;}

.leightbox {
	color: #000000;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;;
	border: 1px solid #B8B8B8;
/*
	background-color: white;
*/
	background-color:#ffffff;
	-moz-opacity: 0.8;
	opacity:.85;
	filter: alpha(opacity=85);
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
#lightbox1{width: 410px; height: 240px;}
#lightbox2{width: 730px; height: 300px;}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;

}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }