body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	background-image:url(images/background.png);
	
	}
	
h1{
	font-size:14px;
	color:#f36c21
}

a{
	text-decoration:none;
	color:#f36c21;
}

img{
	border:0px;
}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#main{
	position:absolute;
	width:960px;
	height:780px;
	top:5px;
	background-color:#fdedd1;
	
}

#logo{
	position:absolute;
	width:119px;
	height:155px;
	left:10px;
	top:15px;
	background-image:url(images/forest_logo.png);
}
	
#menu{
	position:absolute;
	width:525px;
	height:35px;
	top:80px;
	left:455px;
}

#flash_ban{
	position:absolute;
	width:940px;
	height:260px;
	left:10px;
	top:160px;
	
}

/*////////////////////////////Main Page/////////////////////*/

#three_icons{
	position:absolute;
	width:333px;
	height:550px;
	top:455px;
	left:625px;
}

#main_info{
	position:absolute;
	width:500px;
	height:400px;
	left:15px;
	top:455px;
}

/*////////////////////////////About Page/////////////////////*/

#about_info{
	position:absolute;
	width:500px;
	height:600px;
	left:15px;
	top:160px;
}

#about_pic{
	position:absolute;
	width:330px;
	height:231px;
	left:615px;
	top:180px;
	background-image:url(images/about.png);
	
	
}

/*////////////////////////////News Page/////////////////////*/

.nws_dates{
	font-weight:bold;
	color:#f36c21;
}

/*///////////////////////////Links////////////////////*/

#link_info{
	position:absolute;
	width:500px;
	height:100px;
	left:15px;
	top:160px;
}

#link_pic{
	position:absolute;
	width:333px;
	height:240px;
	left:615px;
	top:180px;
	background-image:url(images/link.png);
	
}

#copyright{
	position:absolute;
	width:333px;
	height:40px;
	left:615px;
	top:700px;
}

/*///////////////////////////Class Projects////////////////////*/
#projects_info{
	position:absolute;
	width:300px;
	height:100px;
	left:15px;
	top:160px;
}

#projects_months{
	position:absolute;
	width:400px;
	height:300px;
	left:15px;
	top:340px;
}

#class1{
	position:absolute;
	width:480px;
	height:205px;
	left:345px;
	top:130px;
}

#class2{
	position:absolute;
	width:480px;
	height:205px;
	left:345px;
	top:335px;
}

#class3{
	position:absolute;
	width:480px;
	height:205px;
	left:345px;
	top:540px;
}

#nxt_btn{
	position:absolute;
	width:90px;
	height:30px;
	left:600px;
	top:745px;
}

#extra_info{
	position:absolute;
	width:300px;
	height:200px;
	left:15px;
	top:460px;
}

#shel_pic{
	position:absolute;
	width:333px;
	height:579px;
	left:590px;
	top:170px;
	background-image:url(images/shelly_pics.png);
	
}

/*////////////////////////////Contact Page/////////////////////*/

#con_info{
	position:absolute;
	width:333px;
	height:240px;
	left:615px;
	top:200px;
	text-align:center;
	
}

#contact{
	position:absolute;
	width:500px;
	height:300px;
	left:15px;
	top:160px;
	
}

#map{
	position:absolute;
	width:440px;
	height:260px;
	left:15px;
	top:500px;
}
	

/*////////////////////////////footer/////////////////////*/
#foot_links{
	position:absolute;
	width:50px;
	height:35px;
	top:790px;
	left:917px;
	
}

#foot_info{
	position:absolute;
	width:495px;
	height:20px;
	top:780px;
	left:5px;
	font-size:9px;
	color:#FFF;
}

