html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
h2 {
	font-size: 1.17em;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	padding:10px;
	font-family: "Nimbus Sans", Arial, Helvetica, sans-serif;
}
#titletext {
	font-weight: bold;
	font-size: 2.5em;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#body {
   padding:10px;
   padding-bottom:100px;   /* Height of the footer plus padding */
}

#eln_ad {
	border: none;
	max-width: 1004px;
	padding: 5px;
	margin-bottom: 10px;
	font-family: "Nimbus Sans", Arial, Helvetica, sans-serif;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	font-weight: bold;
	background-color: #ffcd00;
}

#infra-container {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.infra-item {
    width: 500px;
    height: 450px;
	margin-right: 10px;
	margin-bottom: 10px;
    border: 1px dotted silver;
	float: left;
	overflow: hidden;
}
img.infrapic {
	width: 500px;
}
a {
	font-family: "Nimbus Sans", Arial, Helvetica, sans-serif; 
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;   /* Height of the footer */
	background: #eeeeee;
	padding-left: 0;
	font-family: "Nimbus Sans", Arial, Helvetica, sans-serif;   
}
#footer>p {
	font-size: small;
	margin-left: 10px;
	color: #4f4f4f;
}
