html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
body {
	background-color: #140400;
	font-family: Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	font-size: 10px;
	text-decoration: none;
}
div#centered {
	border: 0px;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 30%;
}
div#centeredLogo {
}
div#nav {
	padding-top: 50px;
	padding-bottom: 85px;
}
#nav ul {
	padding-left:5px;
}
#nav ul li {
	display: inline;
	padding: 0px;
}
#nav ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #d7d7d7;
	margin: 0px 12px 4px 12px;
}
#nav ul li a:hover {
	padding-bottom: 2px;
	color: #ffffff;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #c6001a;
}

#footNote {
	padding-left:4px;
}