body {
 text-align: center;
 margin: 0 20px 0 20px;
 background-color: #CDCDB4;
}

#surround {
 margin: auto;
 text-align: left;
 background: url('images/shaded4.jpg') no-repeat 0 70px;
 width: 582px;
 height: 780px;
 border-top: 8px solid #670005;
}


#content2 {
 margin: 30px 60px 10px 60px;
}
#content2 p {
 font-family: Georgia, serif;
 text-indent: 0.5em;
 color: #670005;
}

#content {
 margin: 10px 280px 10px 20px;
}
#content p {
 font-family: Georgia, serif;
 text-indent: 0.5em;
 color: #670005;
}
#content img {
 display: block;
 text-align: center;
 margin: auto;
}
#photos {
 width: 255px;
 height: 500px;
 float: right;
 margin: 15px 5px 10px 10px;
}
#photos img {
 display: block;
 margin-bottom: 20px;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
}


#emails {
 font-family: Georgia, serif;
 color: #670005;
 clear: left; 
 list-style: none;
 margin: 0;
}

#emails li {
 margin-bottom: 1em;
}

#emails span {
 font-weight: bold;
}


.spacer { clear: both }