#blogTitle h1 {
    font-size: 300%;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 50%;
    float: left;   
}
#Header1_HeaderTitle{
    border: 5px solid #F0D900;
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;    
    border-radius: 10px; 
}
#blogTitle {
    height: 70px;
    background: #fff;
    clear: both;
}