/* DEFAULTS */
div {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

/* Get rid of the default margin in general and the default padding in Opera*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

/*Music ----------------------------------------------------*/
/* Set text style for Music page */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.music {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.musicBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FF9A40;
	line-height: 18px;
	font-weight: bold;
	}	
	
/* Main setup */
	
#contactMusic{
	background-color: #EF4D04;
}
#homeMusic  {
	background-color: #3A1012;
}
#blockMusic  {
	background-color: #001330;
}
#block2Music  {
	background-color: #043480;
}
#block3Music  {
	background-color: #001330;
}

#navBgMusic {
	background-color: #052154;
}
a.musicNav, a.musicNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FF9A40;
	text-decoration: none;	
	line-height: 18px;		
}
a.musicNav:hover {
	color: #ffffff;
	text-decoration: none;
}

a.musicNavDown, a.musicNavDown:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;	
	line-height: 18px;		
}
a.musicNavDown:hover {
	color: #ffffff;
	text-decoration: underline;
}
a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FF9A40;
	text-decoration: underline;	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*---------------------------------------------------------------
 PAGE SPECIFIC FORMATTING */

.musicSubhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
}
 .musicSubheadBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
	font-weight: bold;
}
.musicNews {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FF9A40;
	line-height: 13px;
}

.musicNewsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}
