
body{
    margin: 0;
    padding: 0;
    background-color: gray;
    text-align: left;
}

#header{
    width: 100%;
    top:1px;
    left:125px;
    background-color: #2D2D2D;
    text-align: center;
}
#header.p
#nav{
    height: 1in;
    background-color: #ffffff;
}
#centerbox{
    position: relative;
}
#content{
    width: 100%;
    background-color: #2D2D2D;
    text-align: left;
    position: relative;
    top: 0;
    float: left;
}

/*
#aside{
    width: 10%;
    background-color: white;
    position: absolute;
    top: 0;
    float: left;
}*/
#footer{
    width: 100%;
    background-color: #000000;
    float: left;
}

a:link {color: #ffffff;
}
a:visited {color: #fff5ee;

}
a:hover {color: #ffffff;
}
a:active {
    color: #ffffff;
}