blockquote {
    font-style: italic;
    margin-top: 1em;
    margin-bottom: .5em;
}  

.text_with_photos {
    /* border: solid green 1px; */
    clear:both;
}

.hr {
    clear:both;
    height:16px;
    background:url("hr.png") center center no-repeat;
}

.text_with_photos p, 
.text_with_photos blockquote,
.text_with_photos ul {
    width:70%;
}

.note {
    border-left: solid 4px #aaaaaa;
    padding-left: 16px;
    width:85%;
}

.note h3 {
    font-size:90%;
}

.text_with_photos .illus {
    empty-cells:show;
    margin-left:10px;
    margin-right:40px;
    float:right;
}

.text_with_photos .illus {
    /* border: solid red 1px; */
    min-width:300px;
}

.text_with_photos .illus img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}
