BODY {
 margin: 0px;
 padding-top: 224px;
}

DIV.top {
 position: absolute;
 margin: 0px;
 border: 0px;
 top: 0px;
 left: 0px;
 z-index: 2;
}

DIV.overlay {
 position: absolute;
 right: 0px;
 top: 0px;
 text-align: right;
 z-index: 3;
}

DIV.calendar {
 position: absolute;
 top: 250px;
 right: 0px;
 width: 320px;
 margin: 0px;
}

DIV.menu {
 margin: 0px;
}

DIV.content {
 font-family: sans-serif;
 margin-left: 0px;
 margin-right: 325px;
 max-width: 750px;
 width: expression(document.body.clientWidth > 1075? "1075px": "auto" );
}

DIV.content P {
 margin: 0px;
}

DIV.content H1 {
 color: white;
 background-color: #c80000;
 margin-bottom: 1px;
}
.author {
 text-align: right;
 font-size: 90%;
}


DIV.ingress {
/* border-top: 2px solid red; */
 /* border-bottom: 3px solid red; */
 margin-top: 0px;
 margin-bottom: 0pt;
/* padding-bottom: 5pt; */
}

DIV.ingress IMG {
 float: left;
 vertical-align: text-top;
 margin-right: 5pt;
}

DIV.ingress-title {
 font-variant: small-caps;
 font-weight: bold;
 font-size: 120%;
 color: white;
 background-color: #c80000;
 margin: 0px;
 padding-left: 10px;
}

DIV.more{
 margin-top: 5pt;
}

.photos {
  border: 1px solid black;
}
.rphoto {
 position: relative;
 right: 5px;
 text-align: right;
 float: right;
 clear: both;
}
