html, body, form {
  width:100%;
  height:100%;
}

.DYN_Container {
  margin: 0 auto;
  width:1400px;
  background-color:white;
}
.DYN_Header{
  width:100%;
  height:14em;
}
.DYN_Block {
  width:100%;
  padding-top:1.5em;
}
.DYN_LeftCol {
  width:15%;
  float:left;
}
.DYN_Article{
  width:calc(70% - 3em);
  padding:0 1.5em 1em 1.5em;
  float:left;	
}
.DYN_RightCol {
	width:15%;
	float:right;	
}
.DYN_Footer {
  clear:both;
	border-top-color: #208591;
	border-top-style: solid;
	border-top-width: 1em;
	width:calc(100% - 1em);
	padding:10px 0 0 1em;	
}
