* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px ;
    font-family: FontinSansRgRegular, Helvetica, sans-serif;
    background: #e7e7e7;
}

body.section-1 {
    color: #282828;
}
body.section-2 {
    color: #282828;
}
body.section-3 {
    color: #282828;
}

a:link {
    text-decoration: none;
    color: #282828;
}

a:active {
    text-decoration: none;
    color: #282828;
}
a:visited {
    text-decoration: none;
    color: #282828;
}

a:hover {
    text-decoration: none;
    color: #9d9fa1;
    background-color: none;
}

a img {
border: none;
}

#menu {
    font-size: 0.9em;
    background-color: #e7e7e7;
    padding-right: 25px;
    text-align: right;
    width: 215px;
    top: 20px;
    bottom: 0px;
    left: 20px;
    height: 75%;
    position: fixed;
}

#menu ul {
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    list-style: none;
}

#menu ul li {
    line-height: 1.4em; 
    
}

#menu ul li.section-title {
    font-size: 1.2em;
    color: #000000;
}

#content {
    margin-left: 300px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 49px;
    top: 0;
}

.container {
    padding: 0px 0px 25px 25px;
}

#content p {
    width: 400px;
    margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    color: #000000;
}

h2 {
    font-size: 12px;
    color: #000000;
}

h3 {
    font-size: 14px;
    color: #000000;
}

#img-container  {
    text-align: left;
    margin: 0;
    padding: 0;
}
#img-container p    {
    width: 400px;
    margin: 0;
    padding: 0 0 12px 0;
}

#once {
    clear: left;
}

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */

@font-face {
	font-family: 'FontinSansRgRegular';
	src: url('fontin_sans_r_45b-webfont.eot');
	src: local('/'), url('fontin_sans_r_45b-webfont.woff') format('woff'), url('fontin_sans_r_45b-webfont.ttf') format('truetype'), url('fontin_sans_r_45b-webfont.svg#webfont4DSUEHeh') format('svg');
	font-weight: normal;
	font-style: normal;
}