#blog {
    float:left;
    height:auto;
}
 
#left {
    float:left;
    height:auto;
    padding-right:8px;
    width:100px;
    border-right:#B8B8B8 1px solid;
    text-align:left;
}
 
#blog-content {
    float:right;
    height:auto;
    width:500px;
    padding:20px;
    text-align:left;
}
.blog_author {
    font-style:italic;
}
 
.blog_body {
text-align:justify;
}
 
.link_to_blog {
    font-weight:bold;
}
                .blog_title_link a {
    font-size:20px;
    color:#333333;
    cursor:pointer;
    text-decoration:underline;
}
 
.blog_author {
    font-style:italic;
}
 
.blog_body {
text-align:left;
} 