	html, body, #container { 
		min-height: 100%;
		width: 100%;
		height: 100%;
		color: black;
		background-color: white;
	}
	html>body, html>body #container {
		height: auto;
	}
	body {
		margin: 0;
		padding: 0;
		font: 12pt/14pt normal normal normal "Helvetica", sans-serif;
	}
	a:link { 
		font-weight: bold;
		text-decoration: none;
	}
	a:visited { 
		font-weight: bold; 
		text-decoration: none; 
	}
	a:hover, a:active { 
		text-decoration: underline;
	}
	h1 { 
		font: bold large sans-serif;
		letter-spacing: 1px; 
		margin-bottom: 0px; 
	}
	h3 { 
		font: bold medium sans-serif;
		letter-spacing: 1px; 
		margin-bottom: 0px; 
	}
	
	/* Divs */
	
	#navBlock {
		z-index: 1;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 1px solid;
	}
	#navMenu { 
		background:url("logo.png") no-repeat top left;
		width: 450px;
		padding-top: 45px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		font: menu;
	}	
	.navMenuTextItem {
		padding: 0px 2px 0px 2px ;
	}
	.navMenuTextItemSelected {
		padding: 0px 2px 0px 2px ;
		font-weight: bold;
		border-bottom: 1px solid;
	}
	#container {
		position: absolute;
		top: 0;
	}
	#navAndContent {
		text-align: center;
		height: auto;
	}
	#content {
		position: relative;
		z-index: 2;
		text-align: left;
		width: 750px;		
		margin-left: auto;
		margin-right: auto;
		margin-top: 0.5em;
		margin-bottom: 3em;
	}
	#rigImage {
		float: right;
	}
	#unitImages {
		position: relative;
		z-index: 4;
		margin-top: 10%;
		text-align: left;
	}	
	#footBlock {
		position: absolute;
		z-index: 3;
		text-align: center;
		width: 100%;
		border-top: 1px solid;
		bottom: 0;
	}
	#footText {
		font: caption;
		margin-right: auto;
		margin-left: auto;
	}
