/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/bgmain.gif);
	

}

/* Header Styles */
#heading {
	background-image:  url(images/bghdr.jpg);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	height: 127px;
	min-width: 650px;
	padding: 0px 0px 0px 0px;
}

#logo {
	background-image: url(images/musicsheet.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding: 3px 0px 0px 180px; 
	min-width: 600px;
}


/* Menu Styles */
a.topmenu:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.topmenu:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.topmenu:hover {
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}

#mainmenu {
	margin: 0px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 91px;
	left: 180px;
	height: 20px;
	width: 500px;

}

a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.main:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #33cc99;
	text-decoration: none;
}

/* ***************Content Styles*************** */

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	position: absolute;
	padding: 5px 5px 5px 5px;
	top: 143px;
	left: 25px;
	right: 25px;
		
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
}

#musiccontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	position: absolute;
	padding: 5px 5px 5px 5px;
	top: 143px;
	left: 25px;
	right: 25px;
	
		
}

#musiccontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	background-image: url(images/bgtitle.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#musiccontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663399;
	font-weight: bold;
}

#musiccontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.movement {
	font-style: italic;
	font-weight: bold;
	text-indent: 15px;
	display: compact;

}

.tracktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}