@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_lt_blue.png);
	margin-left: 25px;
	margin-top: 10px;
}

#header {
	top: 10px;
	left: 50px;
}

#menu {
	top: 200px;
	left: 50px;
	height: 50px;
}

#main {
	top: 250px;
	left: 50px;
	width: 850px;
	height: auto;
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000066;
	background-image:url(images/musicbg164.gif);
	overflow: auto;
}

#footer {
	top: auto;
}

#table {
	border: hidden;
	padding: 2px;
}

.page_heading {
	font-size: 36pt;
	font-weight: bold;
	font-variant:small-caps;
	text-align: center;
}
