body {
    margin: 0;
    padding: 0;
    background-image: url('gfx/background.gif');
    font-family: 'Verdana','Arial';
    color: #303030;
}

#header {
    position: fixed;
    width: 100%;
    height: 170px;
    top: 0;
    left: 0;
    background: transparent url('gfx/header_bg.png') no-repeat center top;
}

h1 {
    margin: 0.3em 0 0 0;
    text-align: center;
}

@media all and (max-width: 320px) {
    h1 img {
        width: 100%;
        height: auto;
    }
}

#address {
    margin-top: 0.8em;
    font-size: 0.8em;
    color: #29146D;
    text-align: center;
}

#content {
    padding: 180px 0.6em 0.6em 0.6em;
}

#content > *:first-child {
    margin-top: 0;
}

#nav {
    margin: 2em 0;
}

#nav li {
    margin: 0;
    border-bottom: 1px solid #404080;
    background-color: #BFC0EF;
    background-image:         linear-gradient(center top, #BFC0EF, #999BD5);
    background-image:    -moz-linear-gradient(center top, #BFC0EF, #999BD5);
    background-image:     -ms-linear-gradient(center top, #BFC0EF, #999BD5);
    background-image:      -o-linear-gradient(center top, #BFC0EF, #999BD5);
    background-image: -webkit-linear-gradient(center top, #BFC0EF, #999BD5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFC0EF), to(#999BD5));
    list-style-type: none;
}

#nav li:first-child {
    border-top: 1px solid #404080;
}

#nav a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 0.8em 0.4em 0.8em 20px;
    background: transparent url('gfx/list_arrow.png') no-repeat 6px center;
    color: #19045D;
    font-weight: bold;
    font-style: normal;
}

#nav a.active {
    color: #000000;
}

h2, h3 {
    margin: 1.2em 0 0.8em 0;
    font-weight: bold;
    color: #29146D;
}

h2 {
    font-size: 1.4em;
    font-style: italic;
}

h3 {
    font-size: 1.1em;
}

p {
    margin: 0.8em 0;
}

a {
    color: #49348D;
    text-decoration: none;
    font-style: italic;
}

ul {
    margin-left: 2em;
    padding-left: 0;
    list-style-image: url('gfx/list_arrow.png');
}

ul li {
    margin: 0.8em 0;
}

.subtitle {
    display: block;
    font-size: 0.7em;
    color: #59449D;
}

.signature {
    margin-top: 1em;
    font-family: 'Calibri', 'Didact Gothic', 'Arial';
    font-weight: bold;
    font-size: 1.1em;
    color: #29146D;
}

.small {
    font-size: 0.9em;
}

.maplink {
    display: block;
    width: 100%;
    height: 400px;
    border: 1px solid #606080;
    background-repeat: no-repeat;
    background-position: center;
}