/* This will define the alignment and color of text */


h1 {
	color: #64514d;
	margin-left: 20px;
	text-align: center;                                                   
}

h2 {

color: #73625e;
margin-left:10px;
text-align: center;
}

#wrapper {
	width: 1000px;
	height: 1000px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	border:1px black;
	top: -8;
	z-index:0;
	background-color:#AD8476;
}

header {
	width: 1003px;
	height: 100px;
	top: 1px;
	left: -3px;
	position: absolute;
	background-color:#debbb7;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

nav {
width: 1000px;
height:100px;
position:absolute;
left:0px;
top:100px;
padding:0px;
margin:0px;
z-index:1;
background-color:#AD8476;
}


aside-left {
	width: 150px;
	height: 808px;
	position: absolute;
	top: 163px;
	left: 2px;
	background-color:#debbb7;
	padding: 10px;
	margin: 0px;
	z-index: 1;
}

container {
	width: 670px;
	height: 807px;
	position: absolute;
	top: 163px;
	left: 166px;
	background-color:#ffe4e1;
	padding: 10px;
	padding-right: 15px;
	margin: 0px;
	z-index: 1;
}

aside-right {
	width: 150px;
	height: 809px;
	position: absolute;
	top: 162px;
	right: 1px;
	background-color:#debbb7;
	padding: 10px;
	margin: 0px;
	z-index: 1;
}

footer {
width: 1000px;
height: 100px;
position: absolute;
bottom: 0px;
left: 0px;
background-color: white;
padding: 10px;
margin: 0px;
z-index: 1;
}

p {color: white;}
