body {
    font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #333;
    margin: 16px 0px;
}

#boundary {
    background: #333;
}

#container {
    border: 1px solid #070707;
    background: url(/images/364.jpg) #070707;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/364.jpg',
        sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='/images/364.jpg',
        sizingMethod='scale')";
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    min-width: 760px;
    max-width: 1200px;
    margin: 0px auto;
}

.nav#container li a {
    float: right;
    clear: none;
}

h3 {
    color: white;
    margin: 0px;
    min-width: 760px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 16px;
    font-weight: normal;
    margin-bottom: 4px;
}

h3 span {
    float: right;
}

a {
    color: #64befd;
}

h3 a {
    color: white;
    text-decoration: none;
}

h3 span, h3 span a {
    text-decoration: none;
    color: #999;
}

h3 span a.selected {
    color: white;
}

h3 span a {
    margin: 0px 4px;
}

h3 span a:hover, h3 a:hover {
    color: #64befd;
}

h3 span strong {
    margin-left: 4px;
}

h1, h2, #container li a {
    display: block;
    margin: 0px;
    font-weight: normal;
    color: white;
    padding: 4px 2.5%;
    background: #222;
    opacity: 0.8;
    width: 35%;
    margin-right: 5%;
    clear: right;
    float: right;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

h1 {
    font-size: 32px;
    margin-top: 5%;
    border-bottom: 0px;
}

h2 {
    font-size: 16px;
    padding-bottom: 8px;
    border-top: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li:last-child a, h2 {
    margin-bottom: 16px;
}

#container li a {
    text-decoration: none;
    padding: 8px 2.5%;
    font-size: 16px;
    opacity: 0.8;
    transition: width 1s;
    color: #64befd;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

.nav#container {
    height: 33px;
    background-position: 190% 70%;
    background-size: 1280px 800px;
    padding-top: 34px;
}

.nav#container li a, .nav#container li a:hover {
    font-size: 14px;
    width: 130px;
    padding: 8px;
    margin-right: 0px;
    border-bottom: 0px;
}

.nav#container li a.selected {
    color: white;
    background: #222;
}

.nav li#container:first-child a {
    border-right: 0px;
}

#container li a:hover {
    width: 40%;
    opacity: 1.0;
}

#content {
    min-width: 760px;
    max-width: 1200px;
    margin: 0px auto;
    color: #CCC;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 16px;
    padding-top: 32px;
}

.main {
    width: 66.6%;
    float: left;
}

.main ul {
    list-style: square;
}

.main img {
    float: right;
    margin: 32px;
    margin-right: 0px;
    margin-top: 0px;
    border: 1px solid #CCC;
}

.side {
    width: 33.3%;
    float: right;
}

strong {
    color: #fff;
}

h4 {
    font-size: 32px;
    margin: 0px;
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    clear: both;
    font-weight: normal;
    background: #CCC;
    border-radius: 64px;
    margin-left: -64px;
    margin-right: -16px;
    padding-left: 64px;
    color: #222;
    line-height: 1em;
    padding-right: 0.5em;
}

label, input.text, textarea {
    width: 100%;
    box-sizing: border-box;
}

input.text, textarea {
    border: 1px solid black;
    padding: 4px;
    background: #CCC;
}

input[type="button"] {
    float: right;
    width: auto;
}

.side form {
    padding-left: 128px;
    padding-right: 0px;
}

form div {
    font-size: 11px;
}

form div em {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0.5em;
}