@charset "utf-8";
/* CSS Document */

body {
  font: 90%/1.4 Calibri;
  background: url(../images/background_tiling.jpg);
  margin: 0;
  padding: 0;
  color: #0066af;
}
.container {
  width: 800px;
  background: #fff;
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

h1 {
  color: #f00;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
}

h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  padding-right: 15px;
  padding-left: 15px;
}

p {
  font-size: 16px;
  padding-left: 50px;
  padding-right: 100px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.right {
  padding-left: 50px;
  padding-right: 100px;
  text-align: right;
}

IMG.header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-image-width: 0;
}
.content {
  width: 800px;
  background: #fff;
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
