/* 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!!!!!*/
#content{
float: right;
text-align: center;
height:925px;
width: 235px;
position: absolute;
margin-left:1100px;
margin-right:-525px;
margin-top:-540px;
margin-bottom:10px;
background-image: url(../opensource/images/legal.png);
background-repeat: repeat-y;
background-position: right;
background-color: white;
border: 1px solid;
padding:10px;
z-index: 1;


}

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

}

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


#container {				
text-align: center;
height:auto;
width: 650px;
position: absolute;
margin-left:350px;
margin-right:-300px;
margin-top:-300px;
margin-bottom:px;
background-color: white;
border: solid 2px black;
padding:10px;
z-index: 1;

	
}


#footer{
margin-top:400px;
margin-bottom: 25px;
margin-left:600px;
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:3;
margin-top: -300px;
margin-left:350px;
}

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

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

}

h1, h2, h3 {

}

/*PARAGRAPH */
p {
font-size:16px;
padding:60px;
line-height: 35px;
color:black;
border-bottom: 1px dotted;
margin-bottom: 10px;

}


/*LISTS */
ul {
list-style-type: decimal;
padding:5px;
margin-top: 25px;
}
ol.two{

list-style-type: none;

}


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

li.two{
display: inline;
font-size: 10px;
padding:2px;
}



img{
border: 0;
}


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