body {
	background-color: #333;
}
body,td,th {
	color: #FFF;
}
.box1 {
  width: 320px;
  height: 186px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  border-style: ridge;
}
.box2 {
  width: 320px;
  height: 186px;
  background-color: #424242;
  color: #FFFFFF;
  text-align: center;
  border-style: ridge;
}

.box3 {
  width: 315px;
  height: 46.5px;
  background-color: #424242;
  color: #FFFFFF;
line-height:0.2;	
//line-height: 2;
  text-align: center;
  border-style: ridge;

}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

.imgpoz { 
position: relative; 
// left:38px;
//color: #00FFFF;
}




#container { 
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
color: #333;
display: none;
position: absolute;
top: 1%;
left: 10%;
width: 80%;
height: 90%;
padding: 1em;
border: 0.2em solid #B8B8B8;
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.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;    }