body {
	margin: 0;
	padding: 0;
}
img.pic_table {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
#header2 {
    padding: 0 3.125%;
	background-color: #FF6;
	text-align: left;
}
#content {
	width: 55.52083333%;
	padding: 0 3.125%;
	float: left;
	background-color: #DFF;
}
#sidebar {
	width: 31.979166667%;
	padding: 0 3.125%;
	float: right;
	background-color: #FDD;
}
#footer {
	padding: 0 3.125%;
	background-color: #DDD;
	clear: both;
}
@media screen and (orientation:portrait) and (max-width:480px) {
	#content, #sidebar {
		width: 93.750%;
		float: none;
	}
}
img {
	width:auto;max-width:100%;
	height:auto;max-height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	align-self: center;
	}
.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		text-align: center;
	  }	

 	  
	.amensic-image-wrapper{
max-width:90%;
height:auto;
margin:0 auto;
align:center;
}
.amensic-image-wrapper img{
width:50% !important;
height:auto !important;
align:center;
}
h3 {
	text-align: center;
  }
table, td, th {  
	margin: left;
	width: auto;
	border-collapse: collapse;
	border: 1px solid black;
	text-align:left;
	padding: 3px;
  }
  ul {
	line-height:20px;
	  }

.iframe-container{
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0%;
}

.iframe-container iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
