#main {
	min-height:385px;
}
header {
	text-align: center;
	padding-top: 10px;
	min-height: 140px; /* override global min-height */
}
header h1 {
	margin:0 auto;
	font-size: 42pt;
	border:none;
	letter-spacing: 5px;
}
header h2 {
	margin:0;
	font-style: italic;
	font-weight: normal;
}
#splashNav p {
	font-family: "Century Gothic", serif;
	font-size:36px;
	text-align: center;
	margin:0;
	padding:0;
}
#splashNav .left, #splashNav .right {
	width:379.5px;
	line-height: 216.5px; /* .center + border + .left/.right height must <= #main height */
	margin-top: 8px;
}
#splashNav .left {
	float:left;
	clear:left;
}
#splashNav .right {
	float:right;
	clear:right;
	border-left: dotted 1px #505050;
}
#splashNav .center {
	clear: both;
	line-height: 149.5px; /* .center + border + .left/.right height must <= #main height */
	border-top: dotted 1px;
}
#splashNav a {
	text-decoration: none;
}
#splashNav a:hover {
	color:#000000;
}
