Body {
    background: #EEE;http://josephgcts1800.neocities.org/Doc%20Upload%20Website/Style.css
    font-family: Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: red;
}

h2 {
    text-align: center;
}

#container {
    background-color: white;
    width: 800px;
    margin-left: auto;
    Margin-right: auto;
}

#header {
    background-color: #66CCFF;
    color: white;
    text-align: center;
    padding: 10px;
}

#content{
    padding: 10px;
}

#nav {
    width: 180px;
    float: left;
}

article {
    margin-left: 170px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
}