div {
    display: block;
}

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

.commentary {
    font-style: italic;
}

#timestamp {
    font-style: italic;
}
#badges {
}

#title {
    border:1px solid black;
    width:100%;
    height:3ex;
    background-color: #73A0C5;
    color: white;
}

#content {
    clear: both;
    float : none;
    margin-left: 10%;
    margin-right: 10%;
}

#content p {
    width: 50%;
}

#footer {
    margin-right: 10%;
    margin-left: 10%;
}

#adwords {
    border: 1px solid black;
    margin-right: 10%;
    margin-left: 10%;
}

img #validcss {
    border:0;
    width:88px;
    height:31px;
}
