#splash {
	position: relative;
	width: 812px;
	height: 517px;
	color: #EAE4C2;
	background-color: #999573;
	z-index: 0;
}
#splash.river {
	height: 416px;
}
#splash h1 {
	position: absolute;
	top: 50px;
	right: 90px;
	width: auto;
	font-size: 2.25em;
}
.copy {
	font-size: 1.6em;
	display: block;
	padding: 0.25em 1em;
	text-align: justify;
}
.copy ul {
	display: block;
	margin: 0;
	padding: 0 1.5em;
	float: left;
	clear: none;
	width: 342px;
}
.copy ul li {
	width: auto;
	float: none;
	text-align: left;
}
/* Splash backgrounds */

.beautiful {
	background: url(/assets/splash/beautiful.jpg) top left no-repeat;
}
h1#drop {
	top: 125px;
	right: 130px;
}
.contact {
	background: url(/assets/splash/contact.jpg) top left no-repeat;
}
.current {
	background: url(/assets/splash/current.jpg) top left no-repeat;
}
.lifestyle {
	background: url(/assets/splash/lifestyle.jpg) top left no-repeat;
}
.new-home {
	background: url(/assets/splash/new-home.jpg) top left no-repeat;
}
