body {
	margin: 0px;
	padding: 0px;
	background-color: #67abae;
	background-image: url(/assets/images/specialsections/h4h/Background_H4H.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .85em;
	line-height: 1.4em;
}

.maincontent .quote {
	height: 110px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.h4hwrapper {
	width: 1060px;
	margin-top: 380px;
	margin-right: auto;
	margin-left: auto;
	display:table;
}

.maincontent {
	float: left;
	width: 670px;
	margin-top: 40px;
}

.maincontent h1 {
	font-size: 1.1em;
	color: #FFF;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
.maincontent h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 1em;
	line-height: 1.4em;
}
.sidebar {
	float: left;
	margin-left:30px;
	width: 320px;
	background-color: #FFF;
	background-image: url(/assets/images/specialsections/h4h/Sidebar_Alt_H4H.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.9em;
	line-height: 1.25em;
}
.tracklisting {
	/*padding-top: 10px;*/
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8bb8bb;*/
	padding-bottom: 15px;
	/*line-height: 2.5em;*/
}
.songtitle {
	font-weight: bold;
/*	color: #FFF;*/
	color:#000000;
	font-size: 1.1em;
}

.sidebar  a:link {
	color: #EB8344;
	text-decoration: none;
}
	.sidebar  a:visited {
	color: #EB8344;
	text-decoration: none;
}

.sidebar  a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar  a:active {
	color: #000;
	text-decoration: underline;
}
.footer {
	clear: both;
	background-image: url(/assets/images/specialsections/h4h/Footer_H4H.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	padding-top: 190px;
}
.footerlogo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*========================================================================*/

.h4hpopup {
/*	position:relative;*/
	position:absolute;
	border: 10px solid #FFF;
	background-color: #FFF;
	background-image: url(/assets/images/specialsections/h4h/PopupBackground.jpg);
	background-repeat: repeat-x;
	width: 775px;

/*	margin-right: auto;
	margin-left: auto;*/
	padding: 15px 15px 5px 15px;
	z-index:51100;
	display:none;
}
.h4hpopup h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.15em;
	padding-top: 12px;
}
.h4hpopup p {
	margin-bottom: 10px;
}

.h4hpopup  a:link {
	color: #EB8344;
	text-decoration: none;
}
	.h4hpopup  a:visited {
	color: #EB8344;
	text-decoration: none;
}

.h4hpopup  a:hover {
	color: #000;
	text-decoration: underline;
}

.h4hpopup  a:active {
	color: #000;
	text-decoration: underline;
}

