/*----- pg2 ----*/
/*----- all ----*/
*{
	padding: 0;
	margin: 0;
}

/*----- background ----*/
body{
	background: #928d52;
	font-family: "Century Gothic regular", sans-serif;
	font-size: 14pt;
	color: #3d3704;
}



/*----- wrapper ----*/
#wrapper{
	width: 760px; 
	margin: 0 auto;
        margin-top: 80px;
}


/*----- header ----*/
#header text p{
        font-family: "Century Gothic regular", sans-serif;
	font-size: 14pt;
	color: #ffffff;
}
#header{
	margin-top: 30px;
	margin-left: 30px;
	height: 273px;
	width: 617px;
	background: url(../images/header2.png) top left no-repeat;
}
	

/*----- nav ----*/
#nav{
        font-family: "Century Gothic regular", sans-serif;
	color: #fff;
	padding-top: 2px;
	padding-left: 620px;
	margin: 0 auto;
	font-size: 15pt;	
}
#nav ul{
	list-style: none;
        font-size: 15pt;	

}

#nav a:link{
	color: #fff;
	text-decoration: none;	
}	 

#nav a:visited{
	color: #fff;
	text-decoration: none;
        font-size: 15pt;	
}
	
#nav a:hover{
	color: #6fdb1b;
	font-size: 15pt;	
}
	
#nav a:active{ 
	color: #fff;
	text-decoration: none;
        font-size: 15pt;	
}

#nav #last{
	border: none;
        font-size: 15pt;	
}


/*----- text ----*/
#text p{
	float: left;
	width: 175px;
	font-family: "Century Gothic regular", sans-serif;
	font-size: 10pt;
	color: #3d3704;
        padding: 10px;
}	


/*----- art ----*/
#art{
	width: 85px;
	height: 109px;
	background: url(../images/art.png) no-repeat;
	float: left;
}	


/*----- roots ----*/
#roots{
	width: 738px;
	height: 97px;
	background: url(../images/roots.png) no-repeat;
}


/*----- seeds ----*/
#seeds{
	width: 738px;
	height: 82px;
	background: url(../images/seeds.png) no-repeat;
}