/* My cs and obi style elems */

div#preamble {
    display: flex;
    background: #fff;
    align-content: left;
    width: 90%;
}

div#content {
    background: #fff;
    align-content: left;
    width: 90%;
}

div#postamble {
    background: #fff;
    align-content: center;
    width: 90%;
}

img#logo-img{
    display: inline;
    float: left;
    width: 128px;    
    position: relative; 
    margin: 4px 20px 4px 4px;
}

div#thename {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-large;
    color: #d00;
    margin: 34px 0px 0px 0px;
}    

div#logo-wrap {
    display: inline-block;
}

div#menubar {
    background: #fff;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
}

ul#menu li a {
font-family: courier new;    
text-align: center;    
display: block;
text-decoration: none;
height: 32px;
font-size: 16px;
background: #000;
width: 100px;
color: #fff;
margin: 4px 0;
line-height: 32px;
}
ul#menu li a:hover{
    background: #000;
    text-decoration: none;
    color: #d00;
}
ul#menu li{
    list-style: none;
    display: inline-block;
}




