html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  font-family: font-family "Times New Roman", Times, serif;
  font-size: 14px;
  
  background-image: url(/images/bgline-start.gif);
}

IMG {
  border: 0px;
}

h1 {
  font-weight: normal;
  font-size: 24px;
  width: 740px;
}

h2 {
  font-weight: normal;
  font-size: 20px;
  padding: 0px;
  margin: 20px 0 20px 0;
}

A {
  color: #8D1419;
}

A:hover {
  color: #000;
}


#wrap {
  min-height: 100%;
  position: relative;
}

#head {
  height: 100px;
  width: 100%;
  border-top: solid 20px #8D1419;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

#headLogo {
  width: 630px;
  text-align: left;
  padding: 30px 0;
  margin: auto;
}

#content {
  width: 780px;
  text-align: center;
  padding-top: 10px;
  margin: auto;
}

#content-leftCol {
  width: 350px;
  float: left;
  padding-right: 40px;
} 

#content-rightCol {
  width: 350px;
  float: left;
} 

#footer {
  clear: left;
  height: 80px;
  width: 100%;
  border-top: solid 20px #8D1419;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eee;
  text-align: center;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

#footer UL {
  clear: left;
  margin: auto;
  text-align: left;
  width: 630px;
  display: block;
  list-style-type: none;
  padding: 10px 0 0 0;

}

#footer LI {
  display: inline;
}

#footer A {
  color: #000;
  text-decoration: underline;
  padding: 0 5px;
}

