
* {
	margin: 0;
	padding: 0;
	
}
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: Yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;

}
	
h1, h2, h3, h4,h5 {
	font-weight: normal;
	color: Black;
}

h1 {
	font-size: 197%;
	text-align: left;
		
}
h2 {
	font-size: 167%;
	text-align: left;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
}
h4 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
}
h5 {
	font-size: 80%;
	text-align: left;
	background-color: White;
	
}

p, ul, ol {
	line-height: 200%;
	font-size: 100%;
	padding-top: 10px;
}

a:link {
   color: Yellow;
	padding: 5px;
	 
}


a:visited {
	color: Yellow;
	padding-left:15px;
}
/* Header */

#header {
	margin-left: 0;
	margin-top: 0;
	padding-top: 15px;
	width: auto;
	height: 180px;
	background-color: #000000; 
	word-spacing: 150px;
	
}
/* Menue */

#menu {
	margin-left: 0;
	margin-top: 5px;
	width: auto;
	height: 20px;
	background-image: url(blackbkg.jpg);
	background-color: #DCDCDC;
	color: Yellow;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 1px;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}
#page h1, #page h2 {
   margin-bottom: 20px;
}
/* Content*/

#content {
	float: right;
	width: 730px;
	padding: 20px;
}
#content ol, #content ul {
	margin-left: 3em;
}
#content a:link {
	color: Black;
	padding: 0;
}
#content a:visited {
	color: Black;
	padding: 0;
}

/* Sidebar */

#sidebar1 {
   margin-left: 0;
	float: left;
	width: 180px;
	height:2700px;
	background-image: url(piano.gif);
	
}
#sidebar2 {
	margin-left: 0;
	float: left;
	width: 180px;
	height:1150px;
	background-image: url(piano.gif);
}
#sidebar3 {
	margin-left: 0;
	float: left;
	width: 180px;
	height: 1800px;
	background-image: url(piano.gif);
}
#sidebar4 {
	margin-left: 0px;
	float: left;
	width: 180px;
	height: 2450px;
	background-image: url(piano.gif);
}
#sidebar5 {
	margin-left: 0px;
	float: left;
	width: 180px;
	height: 3100px;
	background-image: url(piano.gif);
}