

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}


.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 0px;
	left: 100px;
	width: 775px;
	height:420px;
	border: 1px solid #000000;
	background-color: white;
	text-align: left;
	z-index:1002;
	overflow:scroll;
}
#innerboxpic{
float:left;
text-align:center;
width:530px;

}
#innerboxtext{
float:left;
margin: 0 0 0 0;
background:#CCCCCC;
width:200px;
min-height:400px;
/*border-left: 1px solid #000000;*/
overflow:none;
padding:12px;
	
}

#innerboxtext h1 { 
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	line-height: 24px;
}

#innerboxtext h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 24px;
}

#innerboxtext p { 
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
#innerboxtext .caption { 
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	font-style:italic;
}

#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);
}
.footer{
text-align:right;
padding-left:0px;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
