* { margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
}

body {
background: #eaeaea;
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
height: auto;
margin: 0 auto;
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #1f1f1f;
text-decoration: none;
font-weight: normal;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #282828;
text-decoration: none;
font-weight: 900;
margin: 15px 0;
}
p, label {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #1f1f1f;
text-decoration: none;
font-weight: normal;
margin: 12px 0 25px 0;
}

.siteContentArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
max-width: 1500px;
height: auto;
min-height: 450px;
margin: 15px auto;
}

.header {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
border-bottom: #e2e2e2 2px solid;
background-color: #f9f9f9;
padding: 20px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #535352;
text-decoration: none;
font-weight: 400;
}	
	
.footer {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
border-top: #e2e2e2 2px solid;
background-color: #f9f9f9;
padding: 20px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #535352;
text-decoration: none;
font-weight: 400;
}


@media screen and (max-width: 1550px) {
  .siteContentArea {
  max-width: none;
  padding: 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .wrapper {
  font-size: 18px;
  }

  .siteContentArea {
  min-height: none;
  }
}