	.navi_cells {
		text-align: center;
		vertical-align: middle;
		font-size: 16px;
		/*height: 30px;*/
		width: 170px;
		/*background: #ff2222;*/
		color: #000000;
		
	}
	.navi_cellHighlighted {
		text-align: center;
		vertical-align: middle;
		font-size: 16px;
		height: 30px;
		width: 170px;
		background: #000000;
		color: white;
	}
	#navi a {
		/*background: #ff2222;*/
		font-size: 16px;
		color: #000000;
		height: 30px;
		width: 170px;
		text-decoration: none;
		display: block;
	}
	#navi a:hover {
		background: #777777;
		font-size: 16px;
		color: white;
		height: 30px;
		width: 170px;
		text-decoration: none;
		display: block;
	}
	#email a:hover {
		color: #888888;
		text-decoration: none;
	}
	#email a {
		color: #000000;
		text-decoration: none;
	}
	.headline {
		text-align: justify;
		font-size:25px;
		position:relative;
		left:-15px;
		top:10px;
	}
	.contentText {
		font-size: 17px;
		text-align: justify;
	}
	.contentList {
		font-size: 17px;
		text-align: justify;
		position: relative;
		left: 25px;
	}
	.photoSub {
		font-size: 12px;
		color: #444444;
		text-align: center;
		vertical-align: middle;
		height: 30px;
	}
	.photoClickToEnlarge {
		text-align: center;
		font-size: 12px;
		color: #444444;
	}
	#temporaryDiv {
		position:absolute;
		top:0px;
		left:0px;
		width:369px;
		height:59px;
	}
	#feet {
		height: 70px;
		text-align: center;
		vertical-align: middle;
		font-size:13px;
		color: #999999;
		border-top-style: solid; 
		border-top-width: 1px; 
		border-top-color: #aaaaaa;
	}