/*-------------------------------------------
	Home Page Only
-------------------------------------------*/

div#splash {
	background: url("../_images/home/bg_splash-2.jpg") center top repeat-x;
	height: 230px;
	text-align: center;
}

div.col1 {
	float: left;
	display: inline;
	width: 356px;
	margin: 0 14px 0 10px;
}
div.col2 {
	float: left;
	width: 371px;
	padding: 105px 0 0;
}

h1#hdl_welcome {
	position: absolute;
	left: 377px;
	top: 0px;
	background: url("../_images/home/welcome.gif") left top repeat-x;
	width: 287px;
	height: 95px;
}


