td {
    padding: 2px;
}

th {
    padding: 10px;
}

div {
	/* padding: 10px; */
}

#wrapper {
	min-height:100%;
	min-width:100%;
	/* position:relative; */
	position:absolute;
}

#nav {
    line-height:30px;
    background-color:#eeeeee;
	width: 100%
    float:left;
    padding:5px;
}
	
#nav_old {
    line-height:30px;
    background-color:#eeeeee;
    width:15%;
    float:left;
    padding:5px;
}
#header {
    background-color:#79A42D;
    color:white;
    text-align:center;
    padding:5px;
}
#section {
    width:450px;
    float:left;
    padding:10px;
}
#body {
	padding: 10px;
	padding-bottom:50px; /* Height of the footer element, to avoid content being overlayed by the footer */
}
#footer {
	width: 100%;
	height: 30px;
    background-color:#79A42D;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer_sample_sticky {
	background:#ffab62;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}

.errortext {
	color: red;
	font-size: 150%
	font-weight: bold;
	