body {
  background-color:	#222222;
  margin-top: 0px;
  color: gray;
}

.main {
  background-color: #0e010a;
  margin: 0px;
  padding: 0px;
  border: 1px solid #e87b21;
  width: 928px;
  height: 680px;
  color: #e87b21;
  background-image: url('images/footer.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}

.content {
  background-image: url('images/contentbackground.jpg');
  width: 672px;
  height: 509px;
}

.text {
  font-family: arial;
  font-size: 13px;
  color: white;
}

.text li {
  font-family: arial;
  font-size: 13px;
  color: #e87b21;
}

.largetext {
  font-family: Georgia;
  font-size: 20px;
  font-weight: bold;
}

.mediumtext {
  font-family: Georgia;
  font-size: 17px;
}


a:link {
  color: #e87b21;
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
}

a:visited {
  color: #e87b21;
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #e87b21;
  font-family: Arial;
  font-size: 13px;
  text-decoration: underline;
}

a.nav:link, a.nav:visited {
  color: #2a2629;
  text-decoration: none;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
}

a.nav:hover {
  color: #e87b21;
  text-decoration: none;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
}


.contentHeader {
  color: white;
  font-family: Georgia;
}