Edit in JSFiddle

<html>
<head>
    <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>

    </head>
<body>
    <h1>The Title of the Post Which Spans Two</h1>
    <h3>by Jeff Klukas</h3>
    <h3>9 December 2012</h3>
    <img src="http://placekitten.com/190/210">
    <p>This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  
        <p>I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.</p>  
    <h2>The Saga Continues</h2>
    <p>This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here. This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.  This is the content.  I am writing much interesting infomation here.</p>  
</body>
</html>
body {
    font-size:12px;
    line-height:14px;
    width: 600px;
    margin: 20px 20px;
    color: #333;
    font-family: 'Crimson Text';
}

p {
    margin-left: 200px;
    margin-bottom: 7px;
    text-align: justify;
}

h1, h2, h3 {
    text-align: right;
    float: left;
    width: 190px;
    color: red;
    /*text-transform: uppercase;*/
    font-family: 'Source Sans Pro';
    font-weight: 900;
    clear: both;
}
h1 {
    font-size: 21px;
    line-height: 21px;
}
h2 {
    font-size: 12px;
    line-height: 14px;   
}
h3 {
    font-family: 'Source Sans Pro';
    color: #999;
    font-weight: 400;
    font-size:12px;
    line-height:14px;
}
img {
    float: left;
    clear: both;
    margin: 7px 0px;
}