/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 154px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding: 40px 30px 65px 30px;
}


#footer {
	clear: both;
	padding: 7px 30px 0 30px;
	height: 58px;
	overflow: hidden;
}

#right-column {
	width: 243px;
	margin-right: 1px;
	float: right;
	padding: 40px 30px 65px 25px;
}

#news-events-section {
	display: none;
}
