/* author: Sarah Barrett */

/* -Universal
=============================================================
*/

* {margin: 0; padding: 0} /* universal selector reset */

body {
	background-image: url(images/desktopbackground.png);
		font-family: courier-new;
}


/* -Layout
=============================================================
*/

/* Thanks to http://www.re-vision.com for all the background images!!!!!*/
#container{
text-align: center;
height:325px;
width: 600px;
position: absolute;
margin-left:450px;
margin-right:-300px;
margin-top:-325px;
margin-bottom:px;
background-color: white;
border: solid 2px black;
padding:10px;
z-index: 1;

}



#inner-container {
position:absolute;
z-index:1;
top: -55px;
left: -95px;

}

#header {
position: absolute;
margin-top: -1050px;
margin-left:350px;


}

#footer{
margin-top:230px;
margin-left:635px;
font-size: 10px;
padding: 5px;
	
}
#top{
position: relative;
margin-left:100px;
margin-top:100px;

}
#mainnav{
font-family: courier new;
position: absolute;
left:80px;
top:25px;
z-index: 5;
list-style-type:decimal;
font-size: 15px;}

#staple{
position: absolute;
z-index:2;
margin-top: -290px;
margin-left:430px;
}

#pencil{
position: absolute;
margin-top:-500px;
margin-left:893px;
z-index: 5;
/*pencil image from http://cdn.dickblick.com*/
}

/* -Typography 
=============================================================
*/
body {
	/* font color ?? */
	font-family: courier new;
}

/* HEADERS */
h1 {
font-size:20px;
border-bottom: 1px solid;
margin-left:60px;
margin-right:60px;
padding:10px;

}

h1, h2, h3 {

}

/*PARAGRAPH */
p {
font-size:16px;
padding:75px;
line-height: 35px;
color:black;
margin-top: -25px;
}


/*LISTS */

ul {
list-style-type: decimal;
padding:5px;
margin-top: 25px;
}


li{
margin-bottom: 10px;
padding:5px;

}
li.two{

display: inline;
font-size: 10px;
padding:2px;

}
ol{
list-style-type: none;
display: inline;
color: blue;
}

a{
text-decoration: none;
color: black;
}
a.two{
text-decoration: none;
color: blue;
}

