/* 404 */
#body {
    width:1060px;
}
div.page-header {
    width: 100%;
    min-height: 200px;
    _height: 200px;
    _overflow: visible;
    position: relative;
    margin: 0 0 31px;
    padding: 36px 0 27px;
    border-bottom: 2px solid #eee;
    clear: both;
}
div.page-header h1 {
    display: block;
    font-size: 68px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -1px;
    color: #222;
}
div.page-header h2 {
    font-size: 22px;
    line-height: 1.3;
    color: #555;
    font-weight: normal;
    letter-spacing: 0;
    margin: 9px 0 0;
}
div.page-header h2 a {
    font-weight: inherit;
    line-height: inherit;
}
div.page-header h2 a.button {
    display: inline-block;
    position: relative;
    top: -5px;
}
div.page-header h1 small,div.page-header h2 small {
    font-size: 75%;
    font-weight: 400;
}
a {
    color: #c00;
    text-decoration: none;
    outline: 0;
    line-height: inherit;
}
.more-link a {
    display: inline;
    background: #edd;
    color: #c00 !important;
    float: left;
    padding: 4px 15px;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 10.5pt;
    -webkit-text-stroke: 1px rgba(255,255,255,.01);
    border-radius: 1.5em;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.more-link a:hover {
    color: white !important;
    background: #c00;
}
