/*************** Body defined *************************/ 
body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	background-color: #ffffff;
	width: 898px;
	text-align: center
}
/*************** End body defined *************************/

/*************** Wrapper defined *************************/
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 0px;
	width: 898px;
}
/*************** End wrapper defined *************************/

/*************** Boxs *************************/
#pageheader {
	background-color: #66CC99;
  position: absolute;
	top: 0px;
	left: 315px;
  width: 600px;
  height: 180px;
  border: 3px solid #ff9933;
  border-style: outset;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 9px 9px 9px 9px;
}

#crest {
  background: url(images/hansen_170.jpg) no-repeat;
  background-position: center;
	background-color: #ffffff;
  position: absolute;
	top: 0px;
	left: 80px;
  width: 200px;
  height: 180px;
	border: 3px solid #ff9933;
  border-style: ridge;
  padding: 5px 5px 5px 5px
}

#project_box {
 	background-color: #ffffff;
  position: absolute;
	top: 200px;
	left: 315px;
  width: 600px;
  height: 590px;
	border: 3px solid #ff9933;
  border-style: ridge;
  padding: 5px 5px 5px 5px
}	

#index_box {
  background: url(images/tracks.jpg) no-repeat top left;
  background-position: center;
	background-color: #ffffff;
  position: absolute;
	top: 210px;
	left: 60px;
	width: 240px;
  height: 580px;
	border: 3px solid #ff9933;
  border-style: ridge;
  padding: 5px 5px 5px 5px
}	

/*************** Boxes *************************/

/*************** Text Defined *************************/
h1 {
	margin-top: 20px;
	font-size: 42px;
	text-shadow	
}

h2 {
	top: 35px;
	font-size: 28px;
	color: #CCFF00	
}

	a:link {color:yellow} 
	a:visited {color:green} 
	a:hover {color:black} 
	a:active {color:blue}

p.one {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	top: 190px;
	text-align: center;
	color: white;
	background-color: blue
}
/*************** End Text Defined *************************/
