img.thumbnail {
	width: 75px;
	height: 75px;
	margin-right: 15px;
}

#splash {
	height: 370px;
	background: transparent url(/img/ui/home/landing-bg.jpg) top left no-repeat;
	padding-left: 480px;
	margin-bottom: 20px;
	color: #fff;
}
#splash h2 {
	padding: 30px 0px 0px;
	font-size: 16px;
	color: inherit;
}
#splash div.input, #splash div.submit {
	clear: left;
	margin: 1em 0em;
	font-weight: bold;
}
#splash div.input label {
	position: absolute;
	width: 90px;
	text-align: right;
	font-weight: bold;
}
#splash div.input input, #splash div.input select, #splash div.input textarea {
	margin-left: 100px;
	padding: 2px;
	border: 1px solid #a9a9a9;
	width: 150px;
}
#splash div.input select {
	width: 80px;
}
#splash div.submit {
	margin-left: 100px;
	margin-bottom: 0px;
}
#splash #ProfileAgeMin {
	width: 30px;
}
#splash #ProfileAgeMax {
	width: 30px;
	margin: 0em;
}

.whyjoin {
	float: left;
	width: 160px;
	height: 172px;
	margin-right: 20px;
	background: transparent url(/img/ui/home/why-join1.png) left top no-repeat;
}
.whyjoin-alt {
	background-image: url(/img/ui/home/why-join2.png);
}
.whyjoin h2 {
	color: #007e9c;
	font-size: 16px;
	margin: 10px;
}
.whyjoin p {
	margin: 10px;
	line-height: 1.5em;
}
.joinnow {
	width: 220px;
	height: 172px;
	margin: 0px;
	background-image: url(/img/ui/home/why-join-now.png);
	text-decoration: none;
	color: #916b22;
}
.joinnow:hover {
	text-decoration: none;
}
.joinnow p {
	font-size: 18px;
	margin: 15px 20px 5px;
}
.joinnow h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 5px 20px 0px;
	color: #916b22;
}
