@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family:Helvetica, sans-serif;
	font-size: 15px;
}

p {
	margin-top:0;
	font-style: normal;
	font-size: 12px;
}

a:link, a:active, a:visited { color:#5a1c1c; text-decoration:none;}

a:hover { text-decoration:underline;}

a:link .red, a:active .red, a:visited .red, a:hover .red { color: #7c5049;}

a:link .black, a:active .black, a:visited .black, a:hover .black { color: black;}

ul { margin:0; padding:0; list-style-type:none;}

li { float:left; margin-right:18px; line-height:1.2em;}

li a { font-weight:bold;}

li.red a:link, li.red a:visited, li.red a:active { color:#7c5049;}

li.black a:link, li.black a:visited, li.black a:active { color:black;}

#wrapper {
	width: 800px;
	height: 640px;
	margin: 5% auto;
	background-color:#DDDDDD;
	background-image: url(../images/jh_index.png);
	border: none;
	padding:0;
}

#header {
	width:800px;
	height:192px;
	margin:0;
	padding:0;
}

#content {
	position:relative;
	margin: 0;
	padding:0;
	width: 800px;
	height: 279px;
	font-size: 16px;
}

#top_content {
	font-size:15px;
	text-align:center;
	line-height:5;
	height: auto;
	color: #5a1c1c;
	font-weight: bold;
}

#middle_content {
	margin-left:250px;
	margin-top:10px;
	height:160px;
	font-size: 13px;
	margin-right: 35px;
	word-spacing: normal;
	letter-spacing: normal;
}

#middle_content_about {
	margin-left:225px;
	margin-top:0px;
	font-size: 12px;
	margin-right: 70px;
	line-height: 23px;
	text-align: justify;
	color: #36150e;
	padding-top: 22px;
}

#middle_content_testimonials {
	margin-left:80px;
	margin-top:4px;
	font-size: 12px;
	margin-right: 56px;
	line-height: 18px;
	text-align: justify;
	color: #36150e;
	overflow: auto;
	height: 230px;
	padding: 20px;
}

.hidden {
	display:none;
}

.testimonial {
	color: black;
}

.testifier {

}

#bottom_content {
	font-size: .80em;
	width: 675px;
	position: relative;
	padding-top:0px;
	margin-left: 95px;
	color: #5a1c1c;
	font-weight: bold;
}

#bottom_nav {
	width: 700px;
	position: relative;
	margin-top: 80px;
	padding-top:10px;
	margin-left: 94px;
}

.violin img {
	border: 1px solid gray;
}
#address_content {
	font-family: hel;
	font-size: 14px;
	height: 5px;
}

#footer {
	margin-top: 80px;
	text-align: right;
	color: #555555;
}

