html, body {
width:100%; 
height:100%; 
}
body {
  font-family:'Bookman Old Style',serif;
  background-color:#D1B5A6;
  font-weight:500;
	 font-size:12pt;
  }

h1 {
	font-size:48pt;
  font-weight:500;
  color: #000;
	padding: 10px;
  }
h2 {
  font-size: 30pt;
  font-weight:500;
  color: #000;
	padding: 0 0 10px 10px;	
  }
h3 {
  font-size: 24pt;
  font-weight:500;
  color: #000;
	padding: 0 0 5px 0;	
	}

a {
   color: #000;
  }
#header {
  width:100%; 
  border-bottom: 2px solid #000;
	padding:10px;  
  }
#header a{
text-decoration: none;
}
#header a:hover {
text-decoration: underline;
}
address {
padding: 10px 0;
line-height:1.25;
}
address span {  
  font-style:normal;
	}

#wrapper {
 padding: 20px;
 font-weight:500;
 }
.fleft {
float: left;
width: 60%
}
p {
	margin: 5px 10px;
	}
.indented {
  display:block;
  margin-left: 10px;
  }
#blurb {
clear: both;
float: left;
width: 60%;
}
#blurb span {
	display: block;
  margin-left: 10px;
	}

.picture img{
width: 30%;
margin: 0 0 5px 10px;
}
.picture a:hover img{
width: 500px;
margin-left: -200px;
}
#footer {
 clear: both;
 height: 10px;
 font-size: 6pt;
 text-align: center;
}
