﻿@font-face {
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    color: black;
    background: white;
    font-family: 'HelveticaNeue-Medium', Arial, sans-serif;
    font-weight: normal;
    color: #666;
    background: #f1f1f1;
    padding: 0;
    height: 100%;
}

img {
    border: none;
}

.bold {
    font-weight: bold;
}

header {
    position: relative;
    width: 650px;
    margin: 0 auto;
    padding-top: 202px;
}

article {
    width: 100%;
    position: relative;
    height: 298px;
    padding-bottom: 152px;
}

article header {
    background: #fff;
    width: auto;
    height: 45px;
    margin-bottom: 18px;
    padding-top: 0;
}

article header #head_line {
    width: 650px;
    margin: 0 auto;
    padding: 0;
}

article header #head_line .logo_font {
    color: #33ccff;
    font-size: 60px;
    vertical-align: middle;
    background: #f1f1f1;
    padding: 0 13px 0 9px;
    text-shadow: 1px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    margin-top: -8px;
    float: left;
    height: 70px;
}

article header #head_line .text_font {
    color: #999;
    font-size: 25px;
    vertical-align: middle;
    padding-left: 15px;
    float: left;
    margin-top: 10px;
}

article #content {
    width: 644px;
    margin: 0 auto;
}

article #content p {
    width: 467px;
    float: right;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
}

footer {
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 152px;
    margin: -152px 0 auto;
}

footer #footer_content {
    width: 650px;
    margin: 0 auto;
}

footer #footer_content #left {
    width: 300px;
    float: left;
    font-size: 14px;
    margin-top: 32px;
}

footer #footer_content #left p {
    margin-bottom: 0;
    line-height: 21px;
}

footer #footer_content #left nav {
    margin-top: 5px;
}

footer #footer_content #left a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding-top: 0;
    float: left;
    line-height: 12px;
}

footer #footer_content #left .mid {
    height: 12px;
    padding: 0 7px;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    margin-left: 7px;
    margin-right: 7px;
}

footer #footer_content #right {
    width: 218px;
    float: right;
    margin-top: 38px;
}

.clear {
    clear: both;
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}
