body
{
    background-color: #6cf; /* #6cf */
    color: #eee;
}

/* Span holding navigation links */
span.nav-bar
{
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    background-color: #ddd;
    vertical-align: 265%;
    margin-right: 100px;
    white-space: nowrap;
    position: absolute;
    top: 6px;
    left: 110px;
    width: 55em;
}

/* Navigation links at the top of each page */
span.nav-bar a, span.nav-bar a:visited
{
    color: #000;
    margin: 1em;
}

span.nav-bar a:active
{
    color: #f00;
}

a, a:visited
{
    color: #acc;
    font-weight: bold;
    letter-spacing: 1px;
}

a:active
{
    color: #b00;
}

a img, a:visited img
{
    border: none;
}

/* Main div holding most things on the page */
div#main-content
{
    padding-left: 4em;
    padding-right: 4em;
    background-color: #316; /* #a40 */ /* brown #741 */
    margin-left: 2.5em;
    margin-right: 4em;
    border-style: solid;
    border-width: 5px;
    border-color: #17a;
    width: 56.7em;
}

/* picture of the team or some of its members, taken wide */
img.team-pic-wide
{
    width: 400px;
    height: 300px;
    border-style: solid;
    border-width: 2px;
}

/* picture of the team or some of its members, taken tall */
img.team-pic-tall
{
    width: 300px;
    height: 400px;
    border-style: solid;
    border-width: 2px;
}

/* diagrams and graphs */
img.diagram-pic
{
    border-style: solid;
    border-width: 2px;
}

/* Babel Squad logo graphic */
img.logo
{
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 7em;
    height: 7em;
}

/* Menu that drops down from main menu items*/
div.drop-down-menu
{
    position: absolute;
    left: 115px;
    top: 35px;
    background-color: #ddd;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 5px;
}

