html, body {
    padding: 0;
    margin: 0;
    background-color: #dae8f0;
    font-family: Garamond, Times, serif;
    font-size: 120%;
    line-height: 120%;
}

input#count2 {
    margin-left: 17%;
    margin-right: auto;
    width: 42em;
}

h3.centered {
    text-align: center;
}

p {
    margin-top: 8pt;
    margin-bottom: 6pt;
    text-indent: 0.25in;
    text-align: justify;
    /*line-height: 16pt;*/
}

a {
    color: #973f4b;
    text-decoration: none;
}

a:hover {
    color: #d74f5b;
}

div#content_background {
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url('/images/bgdown.png');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: top center;
    position: relative;
    /*margin-top: 170px;*/
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
}

div#content {
    position: relative;
    padding: 36px;
    margin: 0;
    background-color: transparent;
    max-width: 888px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    min-height: 100%;
    box-sizing: border-box;
}

div#header {
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url('/images/bgheader.png');
    background-position: top center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    /*z-index: 100;*/
}

div#navbar {
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 132px;
    /*height: 40px;*/
}

.button160 {
    padding: 0;
    margin: 0;
    position: relative;
    width: 160px;
    height: 37px;
    background-image: url('/images/btn160.png');
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    display: inline-block;
}

.button120 {
    padding: 0;
    margin: 0;
    width: 120px;
    height: 37px;
    background-image: url('/images/btn120.png');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    display: inline-block;
}

.button120 a {
    line-height: 37px;
    height: 37px;
/*    display: block;*/
    padding: 8px;
    width: 120px;
}

div#navbar span {
    letter-spacing: 2px;
    font-variant: small-caps;
    text-shadow: rgba(0,0,0,0.7) 3px 2px 4px;
}

.button120:hover {
    background-image: url('/images/btn120-up.png');
}

div#navbar a {
    line-height: 37px;
}

.button160:hover {
    background-image: url('/images/btn160-up.png');
}

.button160 a {
    line-height: 37px;
    height: 37px;
    padding: 8px;
    width: 160px;
}

div#navbar a {
    font-family: Garamond, Times, serif;
    font-weight: 200;
    font-size: 13pt;
    color: #ded4b6;
    text-decoration: none;
}

.button-left, .button-right {
    line-height: 37px;
    width: 2px;
    display: inline-block;
    height: 37px;
    padding: 0;
    margin: 0;
    position: relative;
}

.button-left {
    background-image: url('/images/btn-left.png');
    background-position: center;
    background-repeat: no-repeat;
}

.button-right {
    background-image: url('/images/btn-right.png');
    background-position: center;
    background-repeat: no-repeat;
}

p#validation {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 88px;
}

p#validation img {
    border: 0;
}

div#secondnav {
    width: 960px;
    left: -36px;
    background-color: #a45f6d;
    /*position: relative;*/
    position: absolute;
    /*top: -35px;*/
    top: 0;
}

div#secondnav a {
    color: #f3e8bd;
    text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}

div#secondnav a:hover {
    color: white;
}

div#secondnav table {
    width: 100%;
}

div#secondnav table td {
    text-align: center;
}

div#secondnav table.t3 td {
    width: 33%;
}

div#secondnav table.t2 td {
    width: 50%;
}

h3 span {
    font-size: 12pt;
    font-weight: normal;
}

div#content ul li {
    margin-bottom: 12px;
}

div#schedule {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#content img {
    max-width: 100%;
}