body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family:"Times New Roman",Georgia,Serif;
  font-size: 100%;
}

#wrapper {
  width: 780px;
  text-align: left;
  margin: 0px auto;
  padding: 0;
}

a:link {
  color: #F89058;
}

a:visited {
  color: #FF0000;
}

a:hover {
  color: #000000
}

h1, h2 {
  font-size: 16pt;
  color: #F89058;
}

h3 {
  font-size: 14pt;
  color: #F89058;
}

/* Header */

#header {
	width: 780px;
	height: 147px;
  float: left;
  background-image: url(images/letterhead_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Footer */

#footer {
  width: 780px;
  height: 192px;
  position: relative;
  float: left;
  z-index: -1;
  margin-top: -192px;
  background-image: url(images/letterhead_bottom.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  color: #808080;

}

#address {
  width: 113px;
  height: 192px;
  float: right;
  margin: 0;
  padding: 0px 17px 0px 0px;
  text-align: right;
}

#nonprofit {
  float: left;
  margin: 140px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
}

#nonprofit p {
  margin: 0;
}

#address p {
  margin: 0;
  padding: 15px 0px 0px 0px;
  line-height: 40px;
}

/* Menu */

#menu {
  width: 130px;
  height: 560px;
  float: right;
}

#menu h2 {
  text-align: center;
}

#menu ul {
  margin: 0;
  padding: 0px 17px 0px 0px;
  list-style-type: none;
  text-align: right;
}

#menu li {
  padding: 5px 0px;
}

#menu form {
  padding-top: 10px;
  text-align: center;
}

/* Content Area */

#content {
  width: 590px;
  float: left;
  padding: 0px 30px 50px 30px;
}

.centertext {
  text-align: center;
}

.imagecenter {
  text-align: center;
}

/* Photo Gallery */

#photogallery {
 padding: 15px 0px 20px 0px
}

#photogallery img {
  width: 27%;
  height: 27%;
  padding: 15px 15px 15px 15px;
  border: none;
}