@charset "utf-8";
@import url("styles.css");

*{
	color: #010401;
}
body{
	color: #010401;
}
a:link{
	color: #8b632f;
}
a:visited{
	color: #603417;
}
a:hover,a:active{
	color: #f65300;
}

#header{
	background-image: url("./images/header-music.jpg");
}

#header h1 a:hover,#header h1 a:active{
	color: #f65300;
}

#header h1{
	padding-top: 80px;
}
#header h2{
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
}

.sidebar{
	background-image: url("./images/sidebar-music.gif");
}
.sidebar-top{
	background-image: url("./images/sidebar-music-top.gif");
}
.sidebar-bottom{
	background-image: url("./images/sidebar-music-bottom.gif");
}

.sidebar h3{
	border-color: #f7efa2;
}

.sidebar a:hover,.sidebar a:active{
	color: #f65300;
}

.content{
  color: #010401;
}
table.bordered th{
	color: #010401;
	background-color: #f7efa2;
	font-weight: normal;
}
.content blockquote{
  border-color: #8b632f;
}
.content h3{
  background-image: url("./images/header-music.jpg");
  background-position: -248px 42%;
}
.content p em.big{
	color: #010401;
}
.content a.btn{
	border-color: #8b632f;
	background-color: #f7efa2;
}

.content h4.cite{
	background-color: #8b632f;
}
.content div.cite{
	border-color: #8b632f;
}
.content dl.box{
	border-color: #8b632f;
}
.content dl.box dt{
	border-color: #8b632f;
	background-color: #f7efa2;
}
.content dl.box dd{
	border-color: #8b632f;
}

hr.dot{
	color: #8b632f;
	background-color: #8b632f;
}

#main p.nav{
	color: #8b632f;
}

