.container {
	text-align: left;
	width: 1200px;
	font-size: 12px;
}
.col1 {
	float: left;
	width: 160px;
	margin-right: 20px;
}
.col2 {
	float: left;
	width: 700px;
}
.col3 {
	float: right;
	width: 300px;
}.col4 {
	float: left;
	width: 800px;
}
.col5 {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.splash-pic {
	background-image: url(../images/splash/1L.jpg);
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: 20px;
}

