/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#ccc;
font-family:Verdana;
}
#main-frame{
width:1000px;
height:800px;
margin:0px auto 0px auto;
}


#upper_frame{
	width:1000px;
	clear:both;
	background: #000;
}

#left_frame{
	width:522px;
	height:615px;
	float:left;
	background: #000000;
}

#right_frame{
	width:478px;
	height:624px;
	float:left;
	background: #000000 url(../images/music.jpg) no-repeat left top;
}

#lower_frame{
	width:1000px;
	height:150px;
	clear:both;
	background: #000000;
	border-top: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	/*background: #000000 url(../images/bottom-products.jpg) no-repeat center center;*/
}
#intro-box{
	width:522px;
	height:155px;
	float:left;
	font: normal 12px/14pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/title.gif) no-repeat left top;
	margin-top: 0px;
	padding-top: 85px;
	text-align: justify;

}
#footer  {
	background: #000000;
	clear: both;
	height: 50px;
	width: 100%;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCCCCC;
}

#intro-box h3{
	font-size:24pt;
	font-family:Verdana;
	font-weight:bold;
	margin-left:15px;

}

#flash-box {
	background: #000000;
	float: left;
	height: 511px;
	width: 453px;
	margin-top: 90px;
}


#piano {
	background: #000000 url(../images/piano.jpg) no-repeat left top;
	padding: 0px;
	float: left;
	height: 384px;
	width: 522px;
}

#lower_bugle{
width:371px;
height:109; 
float:left;
background-color:#000000 
}

.navigation {
	float: right;
	margin-left: 0px;
	width: 125px;
	border-top: 3px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 3px solid #990000;
	background: #121212;
	margin-top: 35px;
}



