body {
    background-color: slategray;
    margin: auto;

}

header {
    text-align: center
}

#wrapper {
    width: 950px;
    background-color: lightgray;
    margin: 20px auto;
}

nav li {
    display: block;
    float: left;
    border-left: 3px solid slategray;
    font-size: 24px;
    line-height: 40px;
}

nav ul {
    list-style-type: none;
    margin: 0px auto;
}

nav {
    font-size: 24px;
    height: 40px;
    background-color: black;
    color: crimson;
    margin: 0px auto;
    display: table;
    width: 950px;
}

#spacer {
    height: 15px;
    background-color: slategray;
}

nav a , nav a:visited {
    text-decoration: none;
    color: crimson;
    padding: 0px 10px;
    display: block;
    text-align: right;
}

#nav-right {
    border-right: 3px solid slategray;
}

footer {
    width: 950px;
    background-color: darkslategray;
    margin: 20px auto;
    height: 40px;
    line-height: 30px;
    font-size: 10px;
}

footer ul {
    float: right;
    list-style-type: square;
    margin-right: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

footer ul li {
    display: block;
    float: left;
    line-height: 10px;
    vertical-align: middle;

}

footer ul li a , footer ul li a:visited {
    text-decoration: none;
    color: khaki;
}

footer span {
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 400;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 5px;
}

#content {
    font-size: 1em;
    font-family: fantasy;
    text-align: justify;
    padding: 15px 15px 15px 15px;
}

#content p {
    text-indent: 30px;
}

#signature {
    font-family: cursive;
    font-size: 2em;
}

ul .projLable li {
    width: 200px;
}

.button {

}

#contentProj dd {
    display: inline;
    float: left;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-left: 3px;
    height: 30px;
    width: 95px;
    border: 3px outset lightgray;
    background-color: slategray;
    border-radius: 10px;
    margin-bottom: 20px;

}

#contentProj dl {
    list-style-type: none;
    margin: 0px auto;
}

#contentProj {
    font-size: 24px;
    height: 40px;
    background-color: lightgray;
    color: black;
    margin: 0px auto;
    display: table;
    width: 850px;
    /*border-bottom: 15px solid slategray;*/
    padding: 15px 15px 0px 15px;
}

#contentProj dt {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 36px;
    width: 175px;
    text-align: center;
}

.projector {
    height: 40px;
}

#pass {
    display: none;
}

#log {
    border: 4px inset darkslategray;
    width: 942px;
    margin: 0px auto;
    height: 100px;
    overflow: scroll;
    background-color: black;
    font-family: monospace;
}

.info {
    color: darkgreen;
}

.wrtout {
    color: red;
}

.readin {
    color: blue;
}

#nav2 {
    display: table;
    background-color: crimson;
    color: whitesmoke;
    height: 30px;
    width: 950px;
    margin: 0px auto;
    font-size: 18px;
    border-top: 3px solid slategray;
    position: relative;
    margin-top: -35px;
    opacity: 0;
}

#nav3 {
    width: 950px;
    background-color: crimson;
    margin: 20px auto;
}

#nav2 ul {
    list-style-type: none;
    margin: 0px auto;
}

#nav2 li {
    display: block;
    float: left;
    border-left: 3px solid slategray;
    font-size: 18px;
    line-height: 30px;
}

#nav2 a , #nav2 a:visited {
    text-decoration: none;
    color: whitesmoke;
    padding: 0px 10px;
    display: block;
    text-align: right;
}