@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	text-align: center;
	padding: 15px 0;
	color: #000000;
	min-height:100%;  /* places navigation at foot of viewport in conjunction with navigation position tag */
	position:relative; /* places navigation at foot of viewport in conjunction with heights tag */
}

.health #header {
	height: 115px; 
	background: #8699D3; 
	padding: 0 10px 0 20px;
	text-align:center;
} 

.health #header img {
	margin: 20px 0px 0px 0px;
	width:660px;
	height:45px;
}
 
.health #header p {
	margin: 0;
	font-size:170%;
	color: #FFFFFF;
}


.health #navigation {
	width: 780px;
	height: 50px; /* set as bottom-padding in container to make room for navigation at foot of viewport */
	position:absolute; /* places navigation at foot of viewport in conjunction with body height tag */
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	background: #8699D3; 
	text-align:center;
	font-size: 70%;
	color: #FFFFFF;
	font-weight:bold;
	line-height:40px;
}

.health #navigation a, .health #navigation a:visited, .health #navigation a:active {
	color:#FFFF04;
	font-style: normal;
	font-weight:normal;
	text-decoration: none;
}

.health #navigation a:hover {
	color: #FFFFFF;
}

.health #container #navigation #spacerNav {
	padding-left:8px;
	padding-right:8px;
}

