body {
  background-color: #F8F6D0;
  margin-top: 0;
  font-family: Tahoma, Arial;
  font-size: 10px;
  text-align: center;
  background-image: url(images/back1.jpg);
  color: #D4B483
}

h1 {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  color: #734828;
  text-align: center
}
h2 {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #734828;
  text-align: center
}
h3 {
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  color: #734828;
}

h4 {
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  color: #734828;
  text-align: center
}

h5 {
  font-family: Arial;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: #734828;
  text-align: center
}

#wrapper
{
width: 1140px;
margin: 0px auto;
padding: 0px;
background-color: #F8F6D0;
text-align: left;
}

a:link {
	color: #734828;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

a:active {
	color: #660000;
	font-family: Arial;
	font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none
}
a:visited {
	color: #CC0000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none
}

a:hover {
	color: #734828;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
    font-weight: bold;
    text-decoration: none
}

div.centered {
  margin-left: auto;
  margin-right: auto
}