body {
    margin: 0;
    padding: 0;

    font-family: ArialMT, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 760px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 20px;
}

#header {
    text-align: center;
    color: #000;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
}
#header .title {
    font-size: 36px;
}
#header .subtitle {
    font-size: 26px;
    line-height: 35px;
}

#main_image {
    margin-top: 20px;
}

.orange {
    color: #a66523;
}

#info {
    width: 575px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#contact {
}
#contact div {
    padding-top: 5px;
}

#schedule {
    width: 100%;
    margin-top: 40px;
}
#schedule table td {
    padding: 8px;
}
#schedule tr.closed-hunt td span {
    color: #464646;
}

#pictures {
    margin-top: 40px;
}
#pictures img {
}
