.tbox1{
	float: left;
	margin: 30px 20px;
	border: black solid 1px;
	height: 500px;
	background-color: #F2931E;
  }
  
  .tbox2{
	float: right;
	margin: 30px 20px;
	border: black solid 1px;
	height: 500px;
	background-color: #AE4C21;
  }
  
  .tbox1 ul, .tbox2 ul{
	list-style: none;
	font-size: 20px;
  }
  
  .tbox1 li, .tbox2 li{
	text-align: center;
	color: white;
  }
  
  .image-centered  {
	  display: block;
	  margin: 0 0 0 0;
	  width: 100%;
	}
  
  .image-box {
	width: 300px;
	padding: 2px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border: black solid 1px;
	height: auto;
  }