
/* This will define the alignment and color of text */

h1 {
text-shadow: 2px 2px 5px blue;
color: #a239ca;
margin-left: 20px;
text-align: center;
}

h2 {

color: white;
margin-left:10px;
text-align: center;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
display: inline;
margin: 15px;
}

#wrapper {
width: 1000px;
height: 1000px;
position: relative;
margin-left:auto;
margin-right:auto;
border:1px solid black;
top: -8;
z-index:0;
background-color:white;
}

header {

border: 5px;
width: 1000px;
height: 100px;
top: -10px;
left: 0px;
position: absolute;
background-color: white;
padding: 0px;
margin: 0px;
z-index: 1;
}

nav {
width: 1000px;
height:50px;
position:absolute;
left:0px;
top:100px;
padding:0px;
margin:0px;
z-index:1;
background-color: white;
}


aside-left {
width: 80px;
height: 800px;
position: absolute;
top: 150px;
left: 0px;
background-color: #66b9bf;
padding: 10px;
margin: 0px;
z-index: 1;
}

container {
width: 770px;
height: 800px;
position: absolute;
top: 150px;
left: 100px;
background-color:#e7dfdd;
padding: 10px;
padding-right: 15px;
margin: 0px;
z-index: 1;
}

aside-right {
width: 85px;
height: 800px;
position: absolute;
top: 150px;
right: 0px;
background-color: #66b9bf;
padding: 10px;
margin: 0px;
z-index: 1;
}

footer {
width: 980px;
height: 50px;
position: absolute;
bottom: 0px;
left: 0px;
background-color: #66b9bf;
padding: 10px;
margin: 0px;
z-index: 1;
}

p {color: white;}

<img src="/images/Header.gif" alt="Header" style="width:128px;height:128px;">

body{
background-color: lightblue;}
