.sf_blog_main_header {
    height: 30px;
    over-flow: hidden;
    text-align: center;
    margin-left: 260px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    font-size: 32px;
    color: #1D2279;
 }

 .sf_blog_sub_header {
    text-align: center;
    margin-left: 260px;
    height: 30px;
    over-flow: hidden;
    padding: 0 0 5px 0;
    font-size: 20px;
    color: #1D2279;
 }

 .sf_blog_extra2 {
    float: left;
    height: 100px;
    width: 300px;
    border-right: solid 4px #fff;
    border-left: solid 4px #fff;
    background-repeat: no-repeat;
    background-image: url(images/survival136x100.jpg);
 }

 /*--------------------------------
			Sidebar
---------------------------------*/
 /*--------------------------------
			Sidebar
---------------------------------*/
 .sf_blog_sidebar {
    float: left;
    margin: 0;
    margin-top: 0px;
    display: inline;
    width: 250px;
    overflow: hidden;
 }

 /*--------------------------
		Content
--------------------------*/
 /*--------------------------
		Content
--------------------------*/
 .sf_blog_content {
    width: 700px;
    float: right;
    padding: 5px 5px 0;
 }

 .sf_blog_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
 }

 .sf_blog_entry {
    margin-left: 11px;
    font-size: 12px;
    margin-bottom: 12px;
    min-height: 1%;
    height: auto !important;
    _height: 1%;
    line-height: 200%;
 }

 
