div.blog_menu {
    float:right;
    width:25%;
}

#current_post {
    width:72%;
    height: 600px;
    border:3px solid blue;
    background: white;
    resize:both;
}
