#home_main {
	clear: left;
	height: 536px;
}

#splash {
	width: 429px;
	height: 536px;
	background: transparent url(../images/homesplash.jpg) no-repeat top left;
	float: left;
}

.splash_content {
	margin: 2em;
}

#splash p {
	margin-top: 0;
}

#home_content {
	margin-left: 429px;
}

#home_title {
	background: #00b8de url(../images/homecurve.png) no-repeat top right;
	color: #fff;
	padding: 60px 52px 0 52px;
	height: 222px;
}

#home_title h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 3em;
	line-height: normal;
}

#home_title .sub_title {
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 0 0;
}

#cww a {
	display: block;
	margin: 0;
	padding: 0;
	height: 78px;
}

#links {
	height: 160px;
	background: #5b5555 url(../images/homebrhs.png) repeat-x bottom left;
	padding-top: 16px;
	color: #fff;
	font-size: 1.2em;
}

#links ul {
	margin: 2em 0 0 100px;
	padding: 0;
}

#links li {
	margin-bottom: 1ex;
}

#links a {
	color: #fff;
	text-decoration: none;
}



