#splashTop {
	bottom: 490px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E00C14;
}
#splashMid {
	position: absolute;
	width: 100%;
	bottom: 230px;
	background-color: #d7181f;
}
#splashBot {
	height: 70px;
	position: absolute;
	width: 100%;
	bottom: 160px;
}
#splash_botWhite {
	height: 160px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: #FFFFFF;
}
#splash_botRed {
	height: 160px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: #d7181f;
}
#nav1 ul {
	margin-left: 15px;
}

#nav1 li {
	display: inline;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 15px;
}

#nav1 {
	text-align: center;
	color: a70c11;
}

#nav1 a {
	color: a70c11;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#nav1 a:link {
	color: #a70c11;
}
#nav1 a:visited {
	color: #a70c11;
}
#nav1 a:hover {
	color: #FFFFFF;
}

#works ul {
	margin-left: 0px;
}

