﻿body {
	margin: 0;
	border: 0;
	width: 100%; /* Height of the footer */;
   overflow-x: hidden;
}
}
#container {
	padding: 0;
	width: 100%;
	min-height: 100% 
	position: relative;
	overflow-x: hidden;
}
}
#masthead {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
}
#hmasthead {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#column_l {
	position: relative;
	float: left;
	overflow: hidden;
}
#column_r {
	float: left;
	overflow: hidden;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Height of the footer */;
	background: #1e4576;
	clear: both;
	overflow: hidden;
}
#footer_a {
	bottom: 0;
	width: 100%;
	height: 60px; /* Height of the footer */;
	background: #1e4576;
	clear: both;
	overflow: hidden;
	position: absolute;
	height: 60px;
	top: 100%;
	margin-top: -60px;
	
}
#div_hidden {
        overflow: hidden;
}
.float_right {
	float: right;
}
