body {
	margin: 0;
	padding: 0;
	background: #fff;
	background: url(../images/sky-pink_bg.gif) 0 0 repeat-x;	
}

h3 {
	margin-left: 22px;
	margin-top: 20px;
}
p {
	font: normal 13px Comic Sans MS, cursive;
	color: #000;
	padding-left: 22px;
	padding-right: 10px;
}
a {
	font: normal 13px Comic Sans MS, cursive;
	color: #050;
	text-decoration: none;
}
a:hover {
	color:#007700;
	text-decoration: underline;
}
li {
	padding-left: 0px;
	padding-bottom: 0.25em;
	margin-left: 0px;
	font: normal 13px Comic Sans MS, cursive;
}
#title {
	position: absolute;
	top: 0px;
	margin-left: 20px;
	padding: 0;
	z-index: 100;
}

#container {
	position: absolute;
	top: 0px;
	width: 670px;
	margin-left: 100px;
	padding: 0;
	text-align: left;
	background: url(../images/container_bg.jpg) 0 0 no-repeat;
	float: left;
}

#intro {
	width: 650px;
	margin: 0;
	padding: 0;
	float: right;
}
#treeRight {
	width: 450px;
	height: 270px;
	margin: 0;
	padding: 0;
	background: url(../images/treeRight_bee.jpg) 0 0 no-repeat;
	float: right;
}
#treeLeft {
	width: 200px;
	height: 420px;
	margin: 0;
	padding: 0;
	background: url(../images/treeLeft_rooster.jpg) 0 0 no-repeat;
	float: left;
}
#slogan {
	margin-top: 20px;
	margin-left: 50px;
	padding: 0;
	z-index: 100;
}
div#content {
	width: 450px;
	margin: 0;
	padding: 0;
	background: url(../images/roots_bg.jpg) 0 0 no-repeat #BCDF2D;
	float: right;
	height: 300px;
	min-height: 300px;
}

html>body div#content {
	height: auto;
}

#content h3 {
	margin-top: 40px;
	font: bold 18px Comic Sans MS, cursive;
}

#footer {
	width: 450px;
	padding: 0;
	float: right;
	background: url(../images/footer_bg.gif) 0 100% no-repeat #BCDF2D;
}

#linkList {
	position: absolute;
	top: 410px;
	width: 200px;
	margin-left:20px;
	padding: 0;
	background: url(../images/link_bg.gif) 0 100% no-repeat #F7EB60;
}
#links a {
	font: bold 13px Comic Sans MS, cursive;
	color: #000000;
	text-decoration: none;
}
#links a.on {
	color:#0B0;
	}

#links a:hover {
	color:#050;
	text-decoration: underline;
}