body, html {
	background-color: #ffffff;
	background-image: url(Images/download.jpg);
    background-position: left top;
    background-repeat: repeat;
}

/********** DIVISIONS *********/
#wrapper{
	width: 1000px;
	height: 800px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:-8px;
	z-index:0;
	background-color: #008000;
	border: 1px solid #fff;
}

header1{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color: #fff;
}

header2{
	width: 998px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	opacity: 0.5;
}

header3{
	width: 998px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 3;
}

nav{
	width: 998px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 100px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color: #ff0066;
	text-align: center;
}

aside{
	width: 150px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 150px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color:#00ff66;
}

container{
	width: 850px;
	height: 600px;
	position: absolute;
	left: 150px;
	top: 150px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color:#066ff0;
}

article {
	width: 825px;
	height: 185px;
	position: relative;
	left: 10px;
	top: 0px;
	padding: 0px;
	margin-top: 10px;
	z-index: 3;
	background-color:#f0f000;
}

.text{
	width: 591px;
	height: 136px;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 10px;
	margin: 0px;
	z-index: 4;
	background-color:#ff0000;
	border: 2px solid #000;
	border-radius: 25px;
	box-shadow: 9px 15px 15px #551;
}

.img{
	width: 171px;
	height: 171px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	background-color:#000ff0;
	border: 2px solid #000;
}


footer{
	width: 1000px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 750px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	background-color:#ff4066;
}
/********** TEXT *********/
h1, h2 {
	font-family: 'Comic Sans MS';
	text-align: left;
	color: #800080;
	text-decoration: none;
	margin: 0px -20px 0px 0px;	
}
h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.0em;
}

h3{
	font-family: 'Cosmic Sans MS';
	color: #0000ff;
	text-decoration: none;
	margin: 0px -20px 0px 0px;
	font-size: 4.5em;
	text-align: center;
}

p{
	font-family: Calibri;
	font-size: 1.0em;
	text-align: left;
	color: #fff;
}

ol{
font-family: Calibri;
font-size: 1.1em;
text-align: left;
color: #fff;
}

/********** NAVIGATION *********/

nav ul{
margin-top= 20px;
}

nav li{
display: inline;
margin-left: 30px;
}

nav a:link{
color: #000ff
}

nav a:visited{
color: #f00f0;
}

nav a:hover{
color: #ff000;
}