body, h1, h2, h3, ol, ul, div, span, p {
    display: block !important;
    width: auto !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
}

div.header {
	min-height: 50px;
}

div.header h1 {
	display: block;
	margin: 5px 0;
	font-size: 1.2em;
	border-bottom: 0;
}

section.main {
	margin-top: 5px;
}

section.main {
	min-height: 50px;
}

footer {
	background-color: #fff;
}
footer a {
	color: #000;
}

img.footLogo {
	display: none;
}

