/* 

 #promos {width: 664px;
}
 
 #col1 { width: 166px;
		float: left;
				text-align: left;
}
 #col2 { width: 166px;
float:left;
		text-align: left;
}
 #col3 { width: 166px;
 float:left;
 		text-align: left;
}
 #col4 { width: 166px;
 float:left;
 		text-align: left;
}

#image1 { margin-left: auto;
		  margin-right: auto;
}

#image2 { position: relative;
		  left: 5px;
}

#image3 { float: right;
}     
 */
body {
      background-color:#383838;
	text-align: center;
	min-width: 450px;
	}
				
#container {
			max-width: 860px;
			background-color: #eeeeee;
			 margin-left: auto;
			 margin-right: auto;
			 height: auto !important;
			 font-family: /* default sans-serif stack */
			 myriad, lucida, sans-serif;
		padding: 12px;
		/* max-width: 100%; */
		min-width: 450px;
		}
 



p {text-align: center;
}

#desc {
width: 100%;
min-height: 1.5em;
/* padding: .25em; */
vertical-align: top;
}



/* 
a:visited {color:#00FF00;}*/  /* visited link */

/* lightbox style */
/* 
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: automatic;
	left: automatic;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #383838;
	background-color: white;
	z-index:1002;
	overflow: auto;
} */