body {
	background-color: #efefef;
	padding: 0px;}

div#content {
	background-image: url(images/musicbackground.jpg);
	background-repeat: repeat-y;
  	background-attachment: fixed;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	border: 1px solid #f05971;
	text-align: center;}

div#head {
	background-color: #000;
	color: #F05971;
	border-bottom: 1px solid #f05971;
	font-size: 10px;
	height: 140px;	
	margin: auto;
	margin-bottom: 0px; }

div#menu {
	width: 700px;
	font-size: 13px;
	height: 20px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 0px;}

div#foot{
	width: 690px;
	background-color: white;
	border-bottom: 1px solid #fff;	
	border-top: 1px solid #f05971;
	color: black;
	font-size: 12px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px; }

div#popup{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #f05971;
	font-size: 12px;
	padding: 5px;
	margin: 5px;}

div.main {
	width: 690px;
	background-color: white;
	border-bottom: 1px solid #f05971;
	border-top: 1px solid #f05971;
	color: black;
	font-size: 14px;
	margin: auto;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;}

h2 {
	color: #f05971;
	border-bottom: 2px solid  #f05971;}

h3 {
	color: black;}

table.popup {
	background-color: #efefef;
	padding: 2px;
	width: 100%; }
td.popup {
	border-bottom: 1px dotted #f05971;}

a {
	color: #F05971;
	text-decoration: none; }

a:hover {
	color: #878787;
	text-decoration: none; }

a:active {
	color: #878787;
	text-decoration: none; }

a.menubutton {
	background-color: #F05971;
	list-style-type: none;
 	display:  inline; 
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 1px;
	margin-left: 3px;
	border-left: 1px solid #F05971;
	border-right: 1px solid #F05971;
	border-bottom: 1px solid #F05971;	
	text-decoration: none;
	color: white; }

a.menubutton:visited {
	text-decoration: none; 
	color: white;}

a.menubutton:hover {
	background-color: white;
	text-decoration: none;
	color: black; }