
/* ----- Background ----- */
html {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

.container {
  height: auto;
  min-height: 100%;
}

/* ----- Standard HTML elements ----- */


/* ----- Header ----- */
.header {
  height: 100px;
  width: 100%;
  background-image: url(/img/headerBG.png);
  background-repeat: repeat-x;
}

.headerLogoContainer {
  float: left;
}

.headerLogo {
  height: 55px;
  width: 80px;
  padding-top: 4px;
  padding-left: 20px;
}

.headerLogoTitle {
  height: 20px;
  width: 128px;
  padding-top: 7px;
  padding-left: 7px;
}

.headerTagLine {
  height: 64px;
  width: 802px;
  margin: auto;
  margin-left: 140px;
  padding-top: 15px;
}

/* ----- Footer ----- */
.footer {
  height: 40px;
  width: 100%;
  background-image: url(/img/footerBG.png);
  background-repeat: repeat-x;
  clear: both;
  position: relative;
  z-index: 10;
  margin-top: -40px;
}

.timestamp {
  width: 600px;
  padding-top: 18px;
  font-size: 75%;
  font-weight: bold;
  color: #ffffff;
}


/* ----- Standard elements ----- */
a img { outline: none; }

hr { width: 600px; border: 0px; height: 1px; background-color: #cccccc; color: #000000; }

h1 { font-family: "book antigua", "Times New Roman", serif; font-weight: normal; }
h3 { font-weight: normal; }

img { border: 0; }