div#splash {
	background: rgb(129,129,84);
	background-image: url(/inc/img/home-splash-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
}

div#splash div {
	padding: 20px 600px 20px 0px;
	height: 260px;
	width: 500px;
}

div#splash h1 {
	color: rgb(255,255,255);
	font: 20pt Georgia;
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	margin: 0;
	padding: 0;
}

div#splash p {
	color: rgb(255,255,255);
	font: 10pt Arial;
	line-height: 150%;
}

div#splash p.lead {
	font: 14pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* general classes */
div.infosection h1 {
	color: rgb(129,129,84);
}
