/* 

Michael Sundell

I tried to make the css for this design as simple as possible, hopefully you like it. 

*/

a:link { 
	font-family: Consolas, Helvetica, Arial, sans-serif;
	font-size: 70%;
	font-weight: lighter; 
	text-decoration: underline;
	color: green;
	}
a:visited { 
	font-family: Consolas, Helvetica, Arial, sans-serif;
	font-size: 70%;
	font-weight: bolder; 
	text-decoration: line-through;
	color: green;
	}
a:hover, a:active { 
	font-family: Consolas, Helvetica, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold; 
	text-decoration: none;
	color: green;
	}

#container: {
	width: 1200px;
	height: 900;
	margin:auto auto;
	}

body {
	width: 1000px;
	height: 900;
	margin:auto auto;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image:url('background.jpg');
	z-index: 1;
	}

#extraDiv1 {
	position:relative;
	top:-1050px;
	left:30px;
	background-image:url('boxes2.png');
	background-repeat:no-repeat;
	height: 900px;
	width: 1000px
	z-index:2;
	}

#intro {
	position: relative;
	top: 151px;
	left: 330px;
	font-family: Consolas, Helvetica, Arial, sans-serif;
	font-size: 70%;
	padding-right: 1000px;
	height:104px;
    width:440px;
    overflow: auto;
	z-index: 3;
	}

#supportingText {
	position: relative;
	top: 215px;
	left: 335px;
	font-family: Consolas, Helvetica, Arial, sans-serif;
	font-size: 70%;
	padding-right: 1000px;
	height:385px;
    width:420px;
    overflow: auto;
	z-index: 3;
    }
	
#linkList h3 span {
	font-family: Consolas, Helvetica, Arial, sans-serif;
	font-size: 70%;
	line-height: 1%;
	padding-left: 40px;
	}

#linkList{
	position: relative;
	height: 523px;
	width: 202px;
	top: -320px;
	left: 65px;
	line-height: 80%;
	overflow: auto;	
	padding-right: -60px;
	z-index: 3;
	}

h1{
	display: none;
	color: green;

	}

h2{
	color: green;
	
	}

h3{
	color: green;
	
	}

p.p1{
	color: green;
	}

p.p2{
	color: green;
	}

p.p3{
	color: green;
	}

p.p4{
	color: green;
	}
	
p.p5{
	color: green;
	}
