body {
    background:#f1f1f1;
    color: #333;
}

#page_logo {
    padding:35px 30px 15px;
}

.time {
    background:#c8c8c8;
    color:#FFF;
}

.frontpage, #homepage h1, .frontpage, #homepage h2 {
    font-family: Whitney, 'Segoe UI', Calibri 'Trebuchet MS', Arial;
    font-weight: bold;
}

.frontpage {
    background: top center no-repeat;
    height: 500px;
    padding: 0;
    
}

.header {
    min-height:120px;
    padding-top:5px;
    color:#FFF;
}

hr.space {
    height:1px;
    border:none 0;
    margin:25px 0;
}

.footer {
    background:#e9e9e9;
    color:#445142;
    width:100%;
}

.footer_content {
    min-height:140px;
}

.footer_bottom {
    min-height:40px;
    background:url(../img/bg.png);
}

.footer_render {
    padding-top:20px;
}

.footer a {
    color:#474747;
}

.header a, .footer_bottom, .footer_bottom h3 {
    color:#FFF;
}

::-moz-selection, ::selection {
    background:#E4E4E6;
    color:#111;
    text-shadow:none;
}