body, html {
    background: #181818;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
}

#header {
    padding: 1em 15% 0.5em 15%;
    border-bottom: 1px solid #444;
}
#header_title {
    font-weight: 300;
    font-size: 2em;
    display: inline-block;
    color: #ff0000;
    margin: 0;
}
#header_menu {
    margin: 0;
    float: right;
    display: inline-block;
    list-style-type: none;
    padding: 1.1em 0 0 0;
}
#header_menu li {
    padding: 0 1em;
    display: inline;
}
#header_menu li a {
    color: #ddd;
    text-decoration: none;
}


#content {
    width: 80%;
    margin: auto;
}
.block {
    margin-bottom: 8em;
}
.block h2 {
    color: #ccc;
    font-weight: 300;
    font-size: 2em;
}
.item {
    margin-left: 10%;
    margin-bottom: 4em;
}
.item h3 {
    color: #f00;
    font-weight: 300;
    font-size: 1.5em;
}
.item p {
    color: #ccc;
    text-align: justify;
}
.item ul li {
    color: #999;
    text-align: justify;
}
.item ul li > span{
    color: #ccc;
}

.plink {
    color: #f00;
    text-decoration: none;
}


#title {
    margin-top: 10%;
    margin-bottom: 10%;
}
#title h1 {
    color: #f00;
    text-align: center;
    font-weight: 300;
    font-size: 4em;
}
#title p {
    color: #b21212;
    text-align: center;
    font-weight: 300;
    font-size: 2em;
}

#contact h2,
#contact p {
    font-size: 1.4em;
}
#contact p {
    margin-top: 0;
    text-align: center;
    color: #f00;
}
