#posts, #posts2 {
    padding: 0;
    margin: 0;
    }
#posts li {
    width: 348px;
    border: 1px solid #BDBDBD;
    background-color: #F9F9F9;
    background-image: none;
    float: left;
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 5px;
}
#posts2 li {
    width: 348px;
    border: 1px solid #BDBDBD;
    background-color: #F9F9F9;
    background-image: none;
    float: left;
    list-style: none;
    margin: 0 10px 5px 0;
    padding: 5px;
}
#posts a, #posts2 a {
    text-decoration: none;
    color: #999;
    font-size: 0.85em;
    }
#posts img, #posts2 img {
    display: block;
    float: left;
    border: 1px #ccc solid;
    background: white;
    padding: 3px;
    margin: 0 10px 0 0;
    }
#posts h1, #posts2 h1 {
    padding: 5px 0 0 0;
    margin: 0;
    color: #CC0033;
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 1.2em;
    }
#posts p, #posts2 p {
    margin: 0;
    padding: 0 0 10px 0;
}
