/*Basic page styles*/
BODY {
	background: url(../img/background.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

DIV.total {
	background: url(../img/background_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
}

DIV.page {
	border: 1px solid #4C4C4C;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 987px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
}

DIV.header {
	background-color: #FFFFFF;
	width: 987px;
	height: 105px;
	overflow: hidden;
}

DIV.headerLeft {
	width: 234px;
	height: 106px;
	float: left;
	padding: 0px;
}

.headerImg {
	position: relative;
	top: 20px; 
	left: -18px;
}

.headerImg {
	position: relative;
	top: 20px; 
	left: -18px;
}

DIV.headerRight {
	float: right;
	width: 728px;
	height: 90px;
	position: relative;
	left: -24px;
	top: 8px;
}

DIV.menuTop {
	background: url(../img/background_menuTop.jpg);
	width: 987px;
	height: 25px;
	padding: 0px;
}

DIV.main {
	background-color: #FFFFFF;
	width: 987;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
}

DIV.middle {
	background-color: #FFFFFF;
	margin-left: 22px;
	margin-right: 22px;
	padding: 0px;
}

DIV.footer {
	background: url(../img/background_menuTop.jpg);
	width: 987px;
	height: 25px;
	padding: 0px;
}

DIV.verticalSpacer {
	height: 24px;
	clear: both;
}

DIV.verticalSpacer2 {
	height: 10px;
	clear: both;
}

div.reset{
	clear:both;
}

/*Page content*/


/* global header for all the section titles on the homepage */
h1 {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #000000;
	font-weight: strong;
	text-align: left;
	margin-left: 2px;
	margin-bottom: 5px;
}

.info p {
	font-family: Trebuchet MS;
	font-size: 11px;		   
	font-weight: normal;
	color: #606060;
	text-align: left;
	margin-left: 2px;
	margin-top: 0px;
	padding: 0px;
}

div.artist {
	float: left;
	width: 290px;
	margin-right: 34px;
	margin-bottom: 40px;
}

.artist p {
	font-family: Trebuchet MS;
	font-size: 18px;
}

.artist a {
	color: #000000;
	text-decoration: none;
}
.artist a:hover {
	color: #000000;
	text-decoration: underline;
}

.artist span {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #F41F7B;
}

div.listener {
	float: left;
	width: 290px;
	margin-right: 34px;
	margin-bottom: 40px;
}
.listener p {
	font-family: Trebuchet MS;
	font-size: 18px;
}

.listener a {
	color: #000000;
	text-decoration: none;
}
.listener a:hover {
	color: #000000;
	text-decoration: underline;
}

.listener span {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #F41F7B;
}

div.podcaster {
	float: left;
	width: 290px;
	margin-bottom: 40px;
}

.podcaster p {
	font-family: Trebuchet MS;
	font-size: 18px;
}

.podcaster a {
	color: #000000;
	text-decoration: none;
}
.podcaster a:hover {
	color: #000000;
	text-decoration: underline;
}

.podcaster span {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #F41F7B;
}

DIV.info {
	float: left;
	font-family: Trebuchet MS;
	font-size: 13px;
}