html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.7em;
    font-weight: 450;
    font-family: "Open Sans", "Raleway", "Century Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #EEEEEE;
    /*background-color: #F6D000;*/
    background-color: #222222;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Anton";
    text-transform: uppercase;
    font-weight: normal;
    /*font-style: italic;*/
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0px;
}

h2 {
    font-size: 2.25em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0px;
}

h3 {
    font-size: 1.75em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0px;
}

h4 {
    font-size: 1.5em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0px;
}

h5 {
    font-size: 1.3em;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0px;
}

strong {
    color: #000000;
    font-weight: bold;
}

.intro {
    color: #000000;
    font-weight: bold;
}

.small {
    font-size: 0.75em;
    line-height: 1.2em;
    color: #EEEEEE;
    margin: 0px;
}

p {
    margin: 0;
}

header,
footer,
div {
    display: block;
}

a,
a:visited
{
    text-decoration: underline;
    color: #CC0000;
    font-weight: bold;
}

a:hover,
a:active
{
    text-decoration: underline;
    color: #EE0000;
}

.header_links a {
    margin-right: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Anton";
    color: #000000;
    /*text-shadow: 1px 1px 1px #CC0000;*/
    font-size: 1.2em;
}

.header_links a:hover {
    text-decoration: underline;
}

.header_links a:last-of-type {
    margin-right: 0px;
}

._button1 {
    border: none;
    padding: 7px 9px;
    background-color: #CC0000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Anton";
    font-size: 1.2em;
}

._button1:hover {
    background-color: #EE0000;
    text-decoration: underline;
}

._button1:active {
    box-shadow: none;
}

._button2 {
    border: none;
    padding: 5px 7px;
    background-color: #CC0000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Anton";
    font-size: 0.9em;
}

._button2:hover {
    background-color: #EE0000;
    text-decoration: underline;
}

._button2:active {
    box-shadow: none;
}

.input_label {
    color: #000000;
}

._input1 {
    border: none;
    padding: 7px 9px;
    background-color: #DDDDDD;
    color: #000000;
    font-size: 1.2em;
}

.rounder_corners_bigger {
    border-radius: 9px;
    box-shadow: 1px 1px 2px #AAAAAA;
}

.rounder_corners_standard {
    border-radius: 6px;
    box-shadow: 1px 1px 2px #AAAAAA;
}

.rounder_corners_smaller {
    border-radius: 4px;
    box-shadow: 1px 1px 2px #AAAAAA;
}

.grey {color: #777777;}
.red {color: #FF4444;}
.white {color: #FFFFFF;}

.section_padding {padding: 60px 0px 60px 0px;}

.section_padding_alt {padding: 10px 0px 10px 0px;}

.content_full {
        width: 100%;
        min-width: 1320px;
        overflow-x: hidden;
}

    .content_full .section_1200 {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        list-style-position: inside;
    }

    .content_full .section_840 {
        width: 840px;
        margin-left: auto;
        margin-right: auto;
        list-style-position: inside;
        float: left;
    }

    .content_full .section_300 {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        list-style-position: inside;
        float: left;
        margin-left: 60px;
    }
