
body {
    background-color: #FFF;
}

.logo {
    
    padding-top: 20px; /* padding w.r.t. top of screen */
    width: 100%; /* width of the div in pixels, can also be e.g. 50% */
    margin: 0 auto; /* trick to center the div */
    /*border: 1px solid #000; /* e.g. border */
    text-align: center; /* text alignment */
    
}


.content {
    
    padding-top: 30px; /* padding under logo */
    width: 650px;  
    margin: 0 auto; 
    text-align: center; 
    
}


.content_left {
    
    width:150px; 
    height: 400px;
    margin: 0 auto; 
    text-align: center; 
    float: left;
    /*border: 1px solid;*/
}

.content_right {
    
    width: 500px; 
    margin: 0 auto; 
    text-align: center; 
    float: right;
    /*border: 1px solid;*/
}


h1 {
    
    font-size: 30px;
    line-height: 12px;
    font-weight: bold;
    color: #436680;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    
}

h2 {
    
    font-size: 22px;
    line-height: 12px;
    font-weight: bold;
    color: #7097B5;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    
    font-size: 22px;
    line-height: 12px;
    font-weight: normal;
    color: #7097B5;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    color: #7097B5;
    font-family: 'Open Sans', sans-serif;
}