/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-color: #312e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#container {
  margin: 20px auto 20px auto;
  width: 960px;
  background-color: #FFFFFF;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
}
#topContainer {
  margin: auto;
  width: 960px;
  height: 13px;
  background-image: url(images/top.gif);
  background-repeat: no-repeat;
}
#bottomContainer {
  margin: auto;
  width: 960px;	
  height: 24px;
  background-image: url(images/bottom.gif);
  background-repeat: no-repeat;
  text-align: center;
}
h1 {
  margin-bottom: 10px;
  font-size: 1.7em;
  color: #ff0000;
}
h2 {
  font-size: 1.3em;
  padding-bottom: 5px;
  color: #ffffff;
}
h3 {
  margin-bottom: 5px;
  color: #ffffff;
}
h6 {
  font-size: 1.9em;
}

/* Header */
#header {
  margin:auto;
  width: 960px;
  height: 32px;
  position: relative;
  text-align: center;
  padding-bottom: 8px;
  color: #ffffff;
  background-image: url(images/head-back.png);
  background-repeat: repeat-x;
}
#header h2 {
  font-size: 1em;
  font-weight: normal;
  color: #000000;
}

/* Main Content */
#content {
  clear: left;
  margin: auto;
  padding: 50px 80px 50px 80px;
}

/* Footer */
#footer {
  margin: auto;
  height: 60px;
  background-color: #000000;
  clear: left;
  padding: 20px 70px 5px 70px;
}
.contact {
  float: left;
}
.contact p {
  padding-top: 5px;
  font-size: 1.1em;
}
.address {
  float: right;
}
.address p {
  padding-top: 5px;
  font-size: 1.1em;
}
.footerLink {
  clear: both;
  text-align: center;
  padding-top: 10px;
}
#footer a:link, #footer a:visited {
  color: #ff0000;
  text-decoration: underline;
}
#footer a:hover, #footer a:active {
  color: #ffffff;
  text-decoration: underline;
}

