body{
    background-image: url(subtle_dots.png); 
    background-color: #f9f9f9;
    font-family: 'Lato', sans-serif;
    background-color: white;
    text-align: center;
}
a, img{
    border: none;
}
a:link.menu, a:visited.menu, a:active.menu {
    text-decoration: none;
    color: black;
}
a:hover.menu {
    text-decoration: underline;
}
#content-wrapper{
    width: 47em;
    background-color: white;
    text-align: left;
    margin: 5px auto;
    border: 1px solid gray;
}
#banner { 
    background-color: lightgray;
    height: 13em;
    width: 45em;
    margin-left: 1em;
}
div.menu{
    margin-left: 1em;
    width: 45em;
}
#menu table{
    width: 45em;
}
#menu td{
    text-align: center;
    font-size: .9em;
}
#menu td.selected{
    font-weight: bold;
}
#menu td.fill{
    width: 4em;
}
div.subbanner {
    color: DimGray;
}
div.content {
    color: black;
    margin-left: 1em;
    width: 45em;
}
/*img.pic {
    height: 10em;
    float: left;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    border: .5em solid black;
}
div.support{
    float: left;
    height: 110px;
    padding-right: 10px;
}
img.support{
    height: 100px;
}*/