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

html>body body {
	height: auto;
}

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

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

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#left-column{
	float: left;
	margin: 0;
	width: 180px;
	min-height: 100%;
	padding-bottom: 20px;
}
html>/**/body #left-column{
	padding-bottom: 50px;
}
#footer {
	clear:both;
	padding: 6px 0 0 0;
	height: 24px;
	overflow:hidden;
}

#right-column {
	width: 220px;
	margin: 0;
	float: right;
	min-height: 670px;
	height:auto !important;
  	height: 670px;
}

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

div.media-item {
margin-left: 80px;
margin-bottom: 15px;

}

div.listen-now {
float: left;
margin-right: 10px;
}

h1.media-item-title {
margin-top: 30px;
}
