
/************** font (headers, paragraphs, and span) **************/
/******* span  *******/
.upcoming-title{
	font-size: 20px;
}
/******************************************************************/


/****************************** div  ******************************/
#maintext{
  width: 480px;
  height:275px;
  float:left;
  overflow: hidden;
}

#gal{
  width:460px;
  height:400px;
  padding-top: 20px;
  float:right;
  overflow: hidden;
}

#upcoming{
  width: 480px;
  height: auto;
  min-height: 80px;
  float:left;
  background-color:rgba(84,133,85,0.65);
  border-radius: 10px;
}
#upcoming-center{
	margin:auto;
	width:350px;
	height: auto;
	min-height: 55px;
	padding: 15px 0px 10px 0px;
	background-color: #000;
	text-align: center;
	font-size: 14px;
}
/******************************************************************/


/***************************** other  *****************************/
table.pic {
  border-radius: 10px;
  border-collapse: collapse;
}
td.randGreen{
  border-radius: 10px;
  background:rgba(84,133,85,0.65);
  height:23px;
}

iframe.igal{
	width:450px;
	height:320px;
	border-width: 0px;
	border: #000 solid;
	border-radius: 10px;
  background:url('../img/loading.gif');
  background-size: cover;
  background-position: center;
}

