body {
  background: url('images/backgroundtexture.jpg');
  text-align: center;
  margin: 0 auto;
  color: #696969;
  }
  
#content {
  background: url('images/leaves.png') no-repeat;
  width: 100%;
  text-align: center;
}  
table {
  width: 1000px;
  text-align: center;
  }

td.header {
	margin-top: 250px;
}  
  
img.main {
	width: 30%;
	margin-top: 50px;
}
h1 {
  font-family: 'Fira Sans', sans-serif;
  color: #669b41;
  margin-top: 20px;
  font-size: 32px;
 }
h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #669b41;
  font-size: 22px;
  margin-top: 2px;
 }
h3 {
  font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
  color: #669b41;
  text-align: left;
  font-size: 18px;
 }
p {
 font-family: 'PT Sans', sans-serif;
 text-align: left;
}
table.maincontent {
	border-top: 1px solid #669b41;
}

a:link {
	color: #696969;
    text-decoration: none;
}

a:visited {
	color: #696969;
    text-decoration: none;
}

a:hover {
	color: #696969;
    text-decoration: underline;
}

a:active {
	color: #696969;
    text-decoration: underline;
}
img {
	border: none;
}