div.sprung {
	visibility:hidden;
	height:0px !important;
	position:absolute;
	margin:-100px;
}

#navigation {
	position: sticky;
    top: 0px;
	padding:0px;
	background-color:rgba(216, 216, 216, 1);
	min-width:200px;
	font-size:20px;
	color:#333333;
}

#headsec {
	height:0px;
}

#headline_top {
	background-color:rgba(216, 216, 216, .5);
	height:1px;
}

#headline {
	/*background-color:rgba(138, 172, 86, .5);*/
	background-color:rgba(131, 163, 171, .5);/*#799DA5;*/
	color:rgba(255, 255, 255, 1);
	font-size:30px;
	font-weight:600;
	height:35px;
	vertical-align:middle;
}

#headline_bottom {
	background-color:rgba(102, 102, 102, .5);;
	height:2px;
}

#content_top {
	background-color:rgba(138, 172, 86, .8);
	margin:auto;
	padding:30px;
	text-align:center;
	vertical-align:top;
}

#content {
	background-color:rgba(255 , 255, 255, 0.3);
	min-width:300px;
	margin:auto;
	max-width:700px;
	padding:30px;
	text-align:left;
	vertical-align:top;
}

#wrapper {
	background-color:rgba(255 , 255, 255, 0);
	overflow:hidden;
}

#content_left {
	background-color:rgba(255 , 255, 255, 0);
	float:left;
	max-width:342px;
	min-width:342px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

#content_right {
	background-color:rgba(255 , 255, 255, 0);
	float:left;
	max-width:342px;
	min-width:342px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

#footer {
  padding:10px;
  padding-bottom:20px;
  background-color:rgba(255, 255, 255, 1);
  vertical-align:middle;
  font-size:16px;
  text-align:center;
  min-width:200px;
}