

#smlcontainer { 
	margin: 0 auto;
	text-align: left;
}

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

/*cant get it to work.

leightbox {
	font: small "Century Gothic", Century, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
        background-color: #000;
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	overflow: auto;	
	width: 80%;
	height: 500px;
	margin:-220px 0 0 -250px;
	border: 10px solid #0c0c0c;
	text-align:left;
        background-image: url(../img/container_bg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
}

*/

.leightbox {
	color: #e6e6e6;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em #191919 solid;
	background-color: black;
	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.8;
	opacity:.80;
	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;    }
.content{
	margin:25px;
}

.content h2{
        color: #fff;
        text-align: left;
        border-bottom: 1px #e6e6e6 solid;
        margin-bottom: 10px;
        font-size: 130%;
        text-transform: uppercase; }

.content h3{
         color: #c5e7fb; 
         font-size: 110%;
 }

.content p{
	padding-top: 1em; 
	line-height: 150%;
        font-size: 100%;
 }

.content a{
         color: #c5e7fb; 
	padding-top: 1em; 
	line-height: 150%;
        text-align: center;
        text-decoration: underline; }

.img_floatright {
        float: right;
	border: 3px solid #EBEBE5;
        margin: 15px 0px 20px 20px;
}

.img_floatleft {
        float: left;
	border: 3px solid #EBEBE5;
        margin: 15px 0px 20px 20px;
}
.leightbox1 {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}



