body {
    background-color:#f5f5f5;
}

.main_wrapper{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 960px;
    margin:0 auto;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 2px;
}

header{
    padding: 20px 25px;
    height:60px;
    background-color: #298cba;
}

.header_title{
    font-family: Times, serif;
    text-shadow: rgb(102, 102, 102) 0px 1px 5px;
    font-size: 300%;
    color: #e2edf2;
    font-weight: normal;
    line-height: 1em;    
}
.header_subtitle{
    font-family: Helvetica, Arial, sans-serif;
    color: #9bb7d3;
    font-weight: normal;
    letter-spacing: .15em;
    font-size: .9em;
}

.black_bar{
    display: block;
    padding: 12px .75em;
    font-family: Helvetica, Arial, sans-serif;
    background-color: black;
    color: white;
}

.text_wrapper{
    box-sizing: border-box;
    padding: 12px .75em;
    width: calc(100% - 62px);
    margin:0 auto;
    border: 1px solid #eee;
    border-radius: 2px;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #298cba;
}

a{
    text-decoration: none;
    color: #298cba;
}

a:hover {
   text-decoration: underline;
   color: blue;
}

