body {
    padding-bottom: 40px;
    padding-top: 60px;
    min-height: 101%;
    background-color: #FFFFFF;
    color: #404040;
    font-family: Georgia, 'Serif', 'Arial', 'Helvetica';
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
#header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
    margin-bottom: 18px;
    overflow: visible;
    background-color: #075db3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    clear: both;
    content: "";
    padding-right: 5px;
    /* display: table; */
}
.entrylistPosttitle, .entrylistItemTitle {
    font-size: 140%;
    font-weight: bold;
    float: right;
    line-height: 1.5;
    width: 100%;
    clear: both;
    color: #D61717;
}
#myPhoto {
    width: 10%;
	height:10%;
}