﻿* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  min-height: 100%;
}
#wrapper {
  max-width: 613px;
  margin: 12px auto;
  border: 1px solid #2D1F0F;
  padding: 0px;
  background-color: #fff;
  overflow: hidden;
  color: #2D1F0F;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family:"Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
article{
  padding: 0px 29px 0px;
  /* margin: 0 0 -20px; */
}
footer {
  margin: 4px 20px 50px;
  text-align: center;
}
footer a img{
  position: absolute;
  bottom: 20px;
  left: 38%;
}
.center{
  text-align: center;
}
footer p {
    margin-bottom: 0;
    text-align: center;
}
p {
  margin: 0px 0px 10px;
  /* text-align: justify; */
}
h1 {
  margin: 0 0 14px;
  font-size: 31px;
  line-height: 32px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
h1 span{
  font-size: 28px;
  line-height: 27px;
  display: block;
}
h1 small {
    font-size: 18px;
}
a {
  color: #200e00;
  text-decoration: none;
}
ul {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
ul li {
  padding-left: 37px;
}
li:before {
  content: '\2022';
  color: #2D1F0F;
  float: left;
  margin-left: 0px;
  font-size: 21px;
  text-indent: -10px;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
}
figure{
  padding: 0;
  /* margin: 0 0  -30px; */
}
figure p{
  text-indent: -37px;
  /* top: -10px; */
  /* position: relative; */
}
figure p:nth-of-type(1){float: left;width: 67%;padding: 0 0 0 33px;}
figure p img{
  position: relative;
  top: 11px;
}
.clear:after 
{content: ".";clear: both;
display: block;
visibility: hidden;
height: 0px;}
figure p:nth-of-type(2){
float: right;
width: 21%;
}
article strong{
  font-size: 109%;
}
@media all and (max-width: 624px) {
  #wrapper {
    width: 100%;
    min-width: 200px !important;
    padding: 6px;
    margin: 0;
    border: none;
  }
  h1 span {
    font-size: 19px;
    line-height: 25px;
    display: block;
}
  header {
    height: auto;
    padding: 0px;
    width: auto;
    margin: 0px;
  }
  article {
    height: auto;
    width: auto;
    padding: 0px 0px;
    margin: 0px;
  }
  footer {
    height: auto;
    width: auto;
    padding: 0px;
    margin: 0px;
  }
  footer br {
    display: block;
  }
  h1 {
    font-size: 19px;
  }
  p {
    text-align: left;
  }
 
  footer a img {
    position: static;
    bottom: 0px;
    left: 0;
}
figure p{
  float: none !important;
  width: auto !important;
  padding: 0 0 0 35px;
  }

}
