@import url("/css/standard.css");

main {
    background-color: #FFFFCC;
    display: inline-block;
    position: absolute;
    margin-top: 96px;
    padding-left: 254px;
    padding-right: 88px;
    padding-bottom: 62px;
}

#left-nav {
    top: 62px;
}

#left-nav > ul {
    margin: 0;
    padding-left: 18px;
    padding-right: 10px;
}

#left-nav p {
    margin-top: 8px;
    padding-bottom: 12px;
}

#left-nav li {
    text-align: left;
}

#left-nav a {
    display: inline-block;
    text-align: left;
    width: 105px;
    padding-bottom: 4.35px; /* No clue, but this works */
}

#left-nav li::before  {
    content: counter(list-item)"\0a"; /* \0a is a space. This add the count next to each item in the list. */
    font-weight: normal;
    line-height: normal;
    vertical-align: top;
}

#nav-text {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}

.nav-arrow {
    right: 0;
}

.map-links {
    position: absolute;
    width: 17px;
    height: 10px;
}

#map-link-1 {
    left: 573px;
    top: 118px;
}

#map-link-2 {
    left: 455px;
    top: 73px;
}

#map-link-3 {
    left: 509px;
    top: 28px;
}

#map-link-4 {
    left: 463px;
    top: 10px;
}

#map-link-5 {
    left: 610px;
    top: 58px;
}

#map-link-6 {
    left: 550px;
    top: 86px;
}

#map-link-7 {
    left: 403px;
    top: 182px;
}