#text, #article {
    float: left;
    color: #fff;
}
#text { width: 800px; }
#article { width: 500px; }

#article p {
    text-indent: 15px;
    margin-bottom: 10px;
}
#article p.space {
    text-indent: 0;
    margin: 30px 0;
}

.item {
    margin: 15px 0 0 20px;
    color: #ccc;
}