#splash {
	width: 760px;
	height: 410px;
	background: transparent url(cheese.png) no-repeat;
	position: relative;
	top: -10px;
}

#splash h1 {
	position: relative;
	top: 30px;
	left: 30px;
	color: #fff;
	font-size: 1.5em;
}

h2 {
	color: #000;
	text-align: center;
	font: 900 1.2em "Lucida Grande", Arial, sans-serif;
	background:
}

.envelope p {
	height: 100px;
	padding: 10px;
	color: #000;
	font: .8em Arial, "Lucida Grande", sans-serif;
	line-height: 1.4em;
background: url(yellowfade3.jpg) bottom no-repeat
}

.envelope li {
	color: #000;
	padding: 10px 5px 10px 25px;
	font-size: .8em;
	background: transparent url(leafbullet1.png) 5px 1em no-repeat;
}

.header {
	width: 190px;
	height: 120px;
}

.envelope {
	width: 190px;
	background: transparent url(yellowfade2.jpg) 0 50px no-repeat;
	padding: 30px 0;
	position: relative;
	top: -55px
}

.content {
	background: #fff;
}

#green, #home, #tinker, #art {
	float: left;

}

#green .header {
	background: transparent url(green.png) top no-repeat;
}

#home .header {
	background: transparent url(home.png) top no-repeat;
}

#tinker .header {
	background: transparent url(tinker.png) top no-repeat;
}

#art .header {
	background: transparent url(art.png) top no-repeat;
}

#bottom {
clear: both;
}



