#splashwrap {
	word-break: keep-all;
	border: 10px solid #e6d9c6;
	display: inline-block;
	background-color: white;
	padding: 10px;
	margin-left: 30px;
	width: 620px;
}

/******* TOPWRAP */

#splash-topwrap {
	background-color: #6b1328;
	/*padding: 10px;*/
	margin-bottom: 10px;
	width: 620px;
	clear: both;
	display: inline-block;
	padding-bottom: 10px;
}

#splash-top {
	float: left;
	width: 340px;
}

#splashpic {
	width: 225px;
	height: 225px;
	background: #ebebeb url(../images/splashpic.jpg) no-repeat center;
	float: left;
	margin: 10px;
	margin-right: 20px;
	padding: 5px;
	display: inline-block;
}

#splash-topwrap h2 {
	color: orange;
	font-size: 3em;
}

#splash-topwrap p {
	color: silver;
	font: 14px/180% Georgia, "Times New Roman", Times, serif;
}

/******* BOTTOMWRAP */

#splash-bottomwrap {
	background: url(../images/splashfauxcolumns.gif) repeat;
	display: inline-block;
	width: 620px;
	clear: both;
}

#splash-col1, #splash-col2, #splash-col3 {
	width: 200px;
	float: left;
}

#splash-col2 {
	margin-right: 9px;
	margin-left: 9px;
}


#splash-bottomwrap p, #splash-bottomwrap h2{
	padding-right: 5px;
	padding-left: 10px;
	margin: 0;
}

#splash-bottomwrap h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
