html, body {
	margin : 0;
	padding:0;
	font-size:12px;
	color:#3c3c3c;
	background:#EFE8D8 url("../images/bg_splash.jpg") repeat-x center 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:150%;
}

#splash_container{
	margin:0 auto;
	padding:40px 0 0;
	width:850px;
}
#splash_content{
	background:url("../images/bg_splash_content.jpg") no-repeat 0 0;
	padding:25px 20px 0;
	height:468px;
}


#splash_content h3{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 1.4em 0;
	text-align:center;
}

#splash_content h2{
	margin:7px 0;
	text-align:center;
	color:#a9311b;
}
#splash_content p{
	margin:0.5em 0 0 0;
	padding:0;
}

.float3x{
	float:left;
	padding:0;
	margin:0;
	width:270px;
	line-height:130%;
	text-align:center;
}

.clear{
	clear:both;
}

a{
	color:#a9311b;
	text-decoration:none;
}

a:hover{
	color:#575757;
	text-decoration:underline;
}
b{
	font-size:1.5em;
	font-weight:bold;
	margin:0 20px 0 0;
	padding:0;
}

#splash_footer{
	clear:both;
	font-size:10px;
	width:600px;
	margin:0 auto;
	padding:0.6em 0 0 0;
	line-height:100%;
	color:#a9311b;
	text-align:center;
}
#splash_footer a{
	color:#575757;
	text-decoration:none;
}

#splash_footer a:hover{
	color:#F3E7D9;
	text-decoration:underline;
}