body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
    background-color: #fff;
}

#haydn {
    width:50px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 100%;
    border-right: 1px solid #eee;
    background-color: #fff;
    z-index: 999;
    padding: 20px;
}

#header img {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}

#header ul {
    list-style: none;
    padding: 0;
    padding-top: 20px;
    font-size: 12px;
}

#header ul li {
    padding-bottom: 10px;
}

#header h1 {
    left: 70px;
    bottom: 2px;
    font-size: 15px;
}

#header a:hover {
    color: #000;
    font-weight: bold;
}

#header a.active {
    font-weight: 500;
}

#container {
    position: absolute;
    left: 146px;
    top: 0px;
    margin: 10px 40px;
    max-width: 946px;
}

#title {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    top: 0px;
    left: 180px;
    width: 100%;
}

#title h1{
    font-weight: 400;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}
h3 {
    font-size: 18px;
    font-weight: 300;
}
#header a {
    color: #333;
    text-decoration: none;
}

a {
    color: rgb(29, 145, 192);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
