body {
	background-color: #fff;
	font-family: 'Times New Roman';
	font-size: 14px;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: center;
	background: url(../images/splashBG.jpg) no-repeat top center;
}

.wrapper {
	min-width: 880px;
}

.header {
	width: 100%;
	height: 195px;
	margin: 0;
	padding: 0;
}

.logo {
	float: left;
	width:605px;
	height: 195px;
}

.nav {
	float: right;
	width: 270px;
}

.content {
	width: 880px;
	margin: 0 auto;
}

.motto {
	background: url(../images/splashMotto.png) no-repeat;
	width: 880px;
	height: 80px;
}

a {
	color: #5e5141;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #276b9d;
	font-weight: bold;
	text-decoration: underline;
}