#header {
    background: #FFF url(image/AAC_logo_v1.png) no-repeat 15px 10px;
    height: 90px;
    background-color: #13b2d2;
}
#header #title1, #header #title2 {
   color: white;
    overflow: hidden;
    left: 325px;
    top: 22px;
    position: absolute;
    font-family: Futura,"Century Gothic",AppleGothic,sans-serif;
    -webkit-text-stroke-width: 0.5px;
    font-size: 24px;
    letter-spacing: 0.2px;
    font-weight: bold;
}
/*
extra stuff for the katakana sub heading
 */
#header #title2{
    top: 45px;
}
@media screen and (max-width: 1150px) {
    #header #title2 {
        margin-left: -9999px;
    }
}
@media screen and (max-width: 700px) {
    #header{
        background-image: none;
    }
    #header #title1{
        left: 10px;
    }
}
@media screen and (max-width: 450px) {
    #header #title1{
        margin-left: -9999px;
    }
}
td.login, .NotLoggedIn {
    color: #EEF;
}
#search {
    top: 12px;
}
.memberbasis {
    display: none;
}
.nav-layer{
    background-color: #05a0ff !important;
}