body {
  width: 80%;
  margin: 20px 0 0 10%;
  font-family: Arial, Helvetica, sans-serif;
}

#header {	
  background: #ff8080;
  color: inherit;
  padding: 5px 0 5px 0;
}

#header .col-1 {
  margin: 0 0 0 5%;
  width: 363px;
}

#header .col-2 {	
  margin: 0 5% 0 0;
  float: right;
}

#header div.text {
  text-align: center;
}

#header .col-2 div.text {
  font-weight: bold;
  font-size: large;
}

#header .col-1 span.phone {
  font-weight: bold;
  font-size: xx-large;
}

#content {
  clear: both;
  margin: 20px 0 20px 0;
}

#footer {
  background: #ff8080;
  color: inherit;
  text-align: center;
  padding: 5px 0 5px 0;
}

#footer span.eg-name {
  font-weight: bold;
  font-size: large;
}

#footer span.ccards {
  display: block;
  padding: 10px 0 10px 0;
}

#footer span.copyright {
  font-size: small;
}