/* CSS Document */
body {
background-image:url(../img/bkgd_home.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #e9e3d7;
margin: 0px;
padding: 0px;
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 630px;
}
#space {
	height: 175px;
}
#title {
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #464b4d;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #62605a;
	font-style:italic;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 5px 0 0 0;
}
.yellow {
	color: #a97607;
}
#nav {
	width: 120px;
	padding: 15px 0 0 0;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
nav li {
 	display: block;
}
#nav a {
	font-size: 12px;
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
}

#home .active, #teaching .active, #music .active, #testimonials .active, #bio .active, #faq .active, #contact .active {
	color: #a97607;
}
#teaching a:hover, #testimonials a:hover, #music a:hover, #students a:hover, #bio a:hover, #faq a:hover, #home a:hover, #contact a:hover {
	color: #a97607;
}
#content {
	float: right;
	width: 390px;
	margin: 70px 0 0 0;
	text-align: left;
	padding-right: 80px;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: black;
}
#content a{
	color:#a97607;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 110px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #898479;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
#footer a {
	text-decoration: none;
	color: #898479;
}
#footer a:hover {
	text-decoration: underline;
}