@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#wrapper {
    margin: 0 auto;
    padding: 30px;
    max-width: 1020px;
    min-width: 906px;
}

#frame {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    font-family: 'Roboto', serif;
    font-weight: 200;
    font-size: 1.1em;
}

#header {
    background-color: #fcfcfc;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

#label {
    margin: 0;
    padding: 20px 30px;
    border-bottom: 1px solid #efefef;
}

#label h1 {
    font-family: 'Roboto', serif;
    font-size: 2.2em;
}

h2,
#label h1 a {
    color: #1100ad;
}

a {
    text-decoration: none;
}

#label p {
    font-family: 'Roboto', serif;
    font-size: 1.1em;
}

#navigation {
    padding: 20px 20px;
    border-bottom: 1px solid #efefef;
}

#navigation ul {
    margin-left: 10px;
}

#navigation li {
    list-style: none;
    display: inline;
    padding: 8px 0;
}

#navigation a {
    font-family: 'Roboto', serif;
    font-size: 1.1em;
    color: #000000;
    padding: 8px 13px;
}

#navigation .active,    /*a:active*/
#navigation a:hover {
    background-color: #1100ad;
    color: #fcfcfc;
}

#headerimage img {
    padding: 30px;
    width: auto;
    height: auto;
}

#contentbox {
    margin: 0;
    padding: 20px 30px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e3e3e3;
}

#content {
    background-color: #fcfcfc;
    border-bottom: 0px solid #e3e3e3;
}

#contentbox p {
    padding: 0.8em 0;
    line-height: 1.3em;
}