body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position-y:-25px;
}

.twp-max-width { 
    max-width:1500px;
}

.header {
    font-size: 32px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-align: center;
    margin-bottom: 10px;
    background-color:white;
}

.twp-footer {
    padding:15px;
    background-color: #424242;
    color:white;
}

.twp-footer-standard p { margin-bottom:0px;}

#footer {
    font-size: 16px;
    color: #eeeeee;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-align: center;
    background-color: #424242;
}

#footer a { color: F5F5F5; }

.twp-main-outer {
    border: solid 1px #505961 !important;
    border: solid 1px white !important;
}

.navbar {
    border: solid 1px #505961 !important;
    border: none !important;
}
.navbar-default .navbar-nav > li > a {
    color: #0b4169;
    font-variant: small-caps;
    font-weight: 600;
    font-size: 16pt;
    text-decoration:none;
}

.navbar-brand {font-size:19px; line-height:35px;}

.navbar-header {
    background-size: contain;
    background-repeat:no-repeat;
 }


/* remove the padding when small */
@media only screen and (max-width: 600px) {
    .container { padding:0;}
}

@media only screen and (max-width: 767px) {
    body { background-position-y:-48px; }
}