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

html>body body {
	height: auto;
}

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

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

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	width: 481px;
	/* must have some padding at the bottom*/
	padding: 20px 20px 170px 20px;
}

#left-column{
	float: left;
	margin-left: 1px;
	width: 160px;
	min-height: 100%;
}

#footer {
	clear:both;
	padding: 8px 10px 0 10px;
	height: 152px;
	overflow:hidden;
}

#right-column {
	width: 237px;
	margin-right: 0px;
	padding: 0 1px 160px 0;
	float: right;
}

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