
#menuBarCover {
    margin: auto;
    width: 71em;
    clear: both;
    height: 1em;
    position: fixed;
    top: 0em;
    background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
    /*background-image: url("../images/testing_background.jpg");*/
    z-index: 999;
}

#menuBar {
    margin: auto;
    width: 70em;
    clear: both;
    height: 7.2em;
    position: fixed;
    top: 1em;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 5px 5px #888888;
    border-top: 1px solid #596a5d;
    border-left: 1px solid #596a5d;
    border-right: 2px solid #596a5d;
}

#menuBarA {
    display: inline;
}

#logo {
    margin-top: 0.5em;
    margin-left: 1em;
}

#logoText {
    font-family: 'Radley', serif;
    font-size: 2.5em;
    color: #911413;
}

#internalViewsPageTitle {
    display: inline;
    position: relative;
    top: -3em;
    left: 2em;
}

#internalViewsPageSubTitle {
    font-family: Palatino, serif;
    font-size: 24pt;
    font-weight: bold;
    font-style: italic;
    position: relative;
    top: -1.2em;
    left: 4.25em;
    color: #666666;
}
