/*pattern1.css*/
body {
	background-color: #ffcc66;
	color: #666666;
	font-family: Verdana, Helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0em;

}
			


p {        text-indent: 1cm;
		   font-size: .8em;
           text-align: justify;
           line-height: 1.5em;
		   }

h1 {       font-size: 1.2em;
           text-align: right;
           font-style: italic;
           letter-spacing: 5px;
		   }

h2 {       font-size: 1.1em;
           text-decoration: underline;
		   }
			
h4 {
	font-size: 10pt;
	font-style: normal;
}		
			
			
p.footer{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
}

a:link {   color: #666666;
           background-color: #cfd8e0;} 
a:visited{
	color: #cc6633;
	background-color: transparent;
}
a:hover {
	background-color: #cfd8e0;
	color: #ffcc66;
}
a:active{  background-color: #67849e;}

#header1{  background-color: #cfd8e0;
		   height: 5px; margin: 0em;
			background-image: url(musicbg.gif);
		  }  

#header{   border-top: 1px #800000 solid;
		   border-bottom: 1px #800000 solid;
           
           height: 70px;
		   }
#header2{  background-color: #cfd8e0;
		   height: 5px; margin: 0px;
		   }

#sting  { position: absolute; left: 15px; top: 15px; z-index: 7; font-size: 30px; font-weight: bold; color: #000088; font-family: Arial, georgia, times, serif;
         }

#sting2  { position: absolute; left: 16px; top: 17px; z-index: 3; font-size: 30px; font-weight: bold; color: #ffffff; font-family: Arial, georgia, times, serif;
		 }

		   
#main-content{
           background-color: #ffffff;
           border: 1px #929292 solid;
           margin-left: 170px;
           margin-right: 160px;
           margin-top: -35px;
           padding: 10px;
		   font-family: Verdana, Helvetica, arial, sans-serif;
    	   font-size: 12px;
		   }

#navbar {
	position: absolute;
	left: 5px;
	top: 150px;
	width: 160px;
	text-align: left;
	border: solid #929292;
	font-weight: bold;
	background-color: Silver;
	background-image: url(musicbg.gif);
}
#navbar2{
	position: absolute;
	right: 3px;
	top: 102px;
	width: 145px;
	height: 500px;
	text-align: left;
	background-color: #cc6633;
	padding: 4px;
	border: 1px solid #cc6633;
	color: Yellow;
}
#navbar a:link, #navbar a:visited {
	display: block;
	color: ##666666;
	background-color: #ffffff;
	border-bottom: solid 1px #cc6633;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
		   
#navbar a:hover{
	background-color: #CC6633;
	color: yellow;
}

#navbar2 a:link, {display: block;
           color: #7e7e7e;
           background-color: #CC6633;
           border-bottom: solid 1px #cc6633;
           padding-bottom: 3px;
           padding-top: 3px;
           text-decoration: none;
		   }
			
#navbar2 a:hover{
	background-color: #CC6633;
	color: white;
}	

#navbar2 a:visited{
	background-color: #CC6633;
	color: white;
}
