body {
  background-image: url('background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  margin: 75px;
}

main {
  margin: 0 auto;
  max-width: 900px;
}

aside,
section {
  margin-bottom: 20px;
}

aside {
  float: right;
  width: 200px;
}

section {
  float: left;
  width: calc(100% - 200px);
}

header {
  background-image: url('logo.png');
  background-repeat: no-repeat;
  border-bottom: #F19C39 2px solid;
  background-size: 420px;
  height: 50px;
  margin: 0;
  padding: 150px 0 0 100px;
}

header h1,
header h2,
header h3 { display: none; }

header h4 {
  color: #6D07A5;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}

article {
  line-height: 25px;
  padding: 20px 80px 20px 100px;
}
article p {
  margin-top: 0;
}

article .bordered {
  border: #000 1px solid;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 10px;
}

article .bordered p:last-child {
  margin-bottom: 0;
}

a {
  color: #6D07A5;
}

footer,
aside {
  font-size: 13px;
  color: #333;
}

aside p {
  margin-top: 20px;
}

aside figure {
  margin: 0;
}
aside figure img {
  border: #F19C39 2px solid;
  height: 198px;
}

aside ul {
  font-style: italic;
  list-style: none;
  padding: 0;
  text-transform: lowercase;
}

aside address {
  font-style: normal;
}

footer {
  border-top: #F19C39 2px solid;
  clear: both;
  padding: 20px 0;
}

footer > span {
  float: right;
  width: 200px;
}